Class ServiceTagsListResultInner

java.lang.Object
com.azure.resourcemanager.network.fluent.models.ServiceTagsListResultInner

public final class ServiceTagsListResultInner extends Object
Response for the ListServiceTags API service call.
  • Constructor Details

    • ServiceTagsListResultInner

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

    • name

      public String name()
      Get the name property: The name of the cloud.
      Returns:
      the name value.
    • id

      public String id()
      Get the id property: The ID of the cloud.
      Returns:
      the id value.
    • type

      public String type()
      Get the type property: The azure resource type.
      Returns:
      the type value.
    • changeNumber

      public String changeNumber()
      Get the changeNumber property: The iteration number.
      Returns:
      the changeNumber value.
    • cloud

      public String cloud()
      Get the cloud property: The name of the cloud.
      Returns:
      the cloud value.
    • values

      public List<ServiceTagInformationInner> values()
      Get the values property: The list of service tag information resources.
      Returns:
      the values value.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get next page of service tag information resources.
      Returns:
      the nextLink value.
    • validate

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