ConfigurationGroup Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ConfigurationGroup
- com.
Implements
public final class ConfigurationGroup
implements JsonSerializable<ConfigurationGroup>
The network configuration group resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: A description of the network group. |
|
static
Configuration |
fromJson(JsonReader jsonReader)
Reads an instance of Configuration |
| String |
id()
Get the id property: Network group ID. |
|
Group |
memberType()
Get the member |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
resourceGuid()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: A description of the network group.
Returns:
fromJson
public static ConfigurationGroup fromJson(JsonReader jsonReader)
Reads an instance of ConfigurationGroup from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Network group ID.
Returns:
memberType
public GroupMemberType memberType()
Get the memberType property: The type of the group member.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the scope assignment resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: Unique identifier for this resource.
Returns:
toJson
validate
public void validate()
Validates the instance.