Class ConfigurationGroup
java.lang.Object
com.azure.resourcemanager.network.models.ConfigurationGroup
The network configuration group resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: A description of the network group.id()Get the id property: Network group ID.Get the provisioningState property: The provisioning state of the scope assignment resource.Get the resourceGuid property: Unique identifier for this resource.voidvalidate()Validates the instance.withDescription(String description) Set the description property: A description of the network group.Set the id property: Network group ID.
-
Constructor Details
-
ConfigurationGroup
public ConfigurationGroup()Creates an instance of ConfigurationGroup class.
-
-
Method Details
-
id
Get the id property: Network group ID.- Returns:
- the id value.
-
withId
Set the id property: Network group ID.- Parameters:
id- the id value to set.- Returns:
- the ConfigurationGroup object itself.
-
description
Get the description property: A description of the network group.- Returns:
- the description value.
-
withDescription
Set the description property: A description of the network group.- Parameters:
description- the description value to set.- Returns:
- the ConfigurationGroup object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the scope assignment resource.- Returns:
- the provisioningState value.
-
resourceGuid
Get the resourceGuid property: Unique identifier for this resource.- Returns:
- the resourceGuid value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-