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.
Constructor Summary
Constructor | Description |
---|---|
ConfigurationGroup() |
Creates an instance of Configuration |
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. |
Configuration |
withDescription(String description)
Set the description property: A description of the network group. |
Configuration |
withId(String id)
Set the id property: Network group ID. |
Configuration |
withMemberType(GroupMemberType memberType)
Set the member |
Methods inherited from java.lang.Object
Constructor Details
ConfigurationGroup
public ConfigurationGroup()
Creates an instance of ConfigurationGroup class.
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.
withDescription
public ConfigurationGroup withDescription(String description)
Set the description property: A description of the network group.
Parameters:
Returns:
withId
public ConfigurationGroup withId(String id)
Set the id property: Network group ID.
Parameters:
Returns:
withMemberType
public ConfigurationGroup withMemberType(GroupMemberType memberType)
Set the memberType property: The type of the group member.
Parameters:
Returns: