Class DataNetworkPropertiesFormat


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

      • DataNetworkPropertiesFormat

        public DataNetworkPropertiesFormat()
    • Method Detail

      • 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.