Class DataNetworkPropertiesFormat

java.lang.Object
com.azure.resourcemanager.mobilenetwork.fluent.models.DataNetworkPropertiesFormat

public final class DataNetworkPropertiesFormat extends Object
Data network properties.
  • Constructor Details

    • DataNetworkPropertiesFormat

      public DataNetworkPropertiesFormat()
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the data network resource.
      Returns:
      the provisioningState value.
    • description

      public String description()
      Get the description property: An optional description for this data network.
      Returns:
      the description value.
    • withDescription

      public DataNetworkPropertiesFormat withDescription(String description)
      Set the description property: An optional description for this data network.
      Parameters:
      description - the description value to set.
      Returns:
      the DataNetworkPropertiesFormat object itself.
    • validate

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