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 Summary
Constructors Constructor Description ServiceTagsListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringchangeNumber()Get the changeNumber property: The iteration number.Stringcloud()Get the cloud property: The name of the cloud.Stringid()Get the id property: The ID of the cloud.Stringname()Get the name property: The name of the cloud.StringnextLink()Get the nextLink property: The URL to get next page of service tag information resources.Stringtype()Get the type property: The azure resource type.voidvalidate()Validates the instance.List<ServiceTagInformationInner>values()Get the values property: The list of service tag information resources.
-
-
-
Method Detail
-
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.
-
-