java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.mobilenetwork.fluent.models.DataNetworkInner

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

    • DataNetworkInner

      public DataNetworkInner()
  • Method Details

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

      public DataNetworkInner withTags(Map<String,String> tags)
      Overrides:
      withTags 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.