Class ConfigurationGroup

java.lang.Object
com.azure.resourcemanager.network.models.ConfigurationGroup

public final class ConfigurationGroup extends Object
The network configuration group resource.
  • Constructor Details

    • ConfigurationGroup

      public ConfigurationGroup()
      Creates an instance of ConfigurationGroup class.
  • Method Details

    • id

      public String id()
      Get the id property: Network group ID.
      Returns:
      the id value.
    • withId

      public ConfigurationGroup withId(String id)
      Set the id property: Network group ID.
      Parameters:
      id - the id value to set.
      Returns:
      the ConfigurationGroup object itself.
    • description

      public String description()
      Get the description property: A description of the network group.
      Returns:
      the description value.
    • withDescription

      public ConfigurationGroup withDescription(String description)
      Set the description property: A description of the network group.
      Parameters:
      description - the description value to set.
      Returns:
      the ConfigurationGroup object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the scope assignment resource.
      Returns:
      the provisioningState value.
    • resourceGuid

      public String 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.