Class NetworkGroupInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.network.models.ChildResource
com.azure.resourcemanager.network.fluent.models.NetworkGroupInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class NetworkGroupInner extends ChildResource
The network group resource.
  • Constructor Details

    • NetworkGroupInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata related to this resource.
      Returns:
      the systemData value.
    • description

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

      public NetworkGroupInner withDescription(String description)
      Set the description property: A description of the network group.
      Parameters:
      description - the description value to set.
      Returns:
      the NetworkGroupInner 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.
      Overrides:
      validate in class ChildResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.