Class NetworkGroupProperties

java.lang.Object
com.azure.resourcemanager.network.fluent.models.NetworkGroupProperties

public final class NetworkGroupProperties extends Object
Properties of network group.
  • Constructor Details

    • NetworkGroupProperties

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

    • description

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

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

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.