Class ServiceTagInformationListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ServiceTagInformationListResult
-
public final class ServiceTagInformationListResult extends Object
Response for Get ServiceTagInformation API service call. Retrieves the list of service tag information resources.
-
-
Constructor Summary
Constructors Constructor Description ServiceTagInformationListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<ServiceTagInformationInner>value()Get the value property: The list of service tag information resources.ServiceTagInformationListResultwithValue(List<ServiceTagInformationInner> value)Set the value property: The list of service tag information resources.
-
-
-
Method Detail
-
value
public List<ServiceTagInformationInner> value()
Get the value property: The list of service tag information resources.- Returns:
- the value value.
-
withValue
public ServiceTagInformationListResult withValue(List<ServiceTagInformationInner> value)
Set the value property: The list of service tag information resources.- Parameters:
value- the value value to set.- Returns:
- the ServiceTagInformationListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-