Class DataNetworkInner


  • public final class DataNetworkInner
    extends com.azure.core.management.Resource
    Data network resource.
    • Constructor Detail

      • DataNetworkInner

        public DataNetworkInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
        Returns:
        the systemData value.
      • withLocation

        public DataNetworkInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • 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 DataNetworkInner withDescription​(String description)
        Set the description property: An optional description for this data network.
        Parameters:
        description - the description value to set.
        Returns:
        the DataNetworkInner object itself.
      • validate

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