Class ServiceTagInformationListResult
java.lang.Object
com.azure.resourcemanager.network.models.ServiceTagInformationListResult
Response for Get ServiceTagInformation API service call. Retrieves the list of service tag information resources.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ServiceTagInformationListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.value()Get the value property: The list of service tag information resources.withValue(List<ServiceTagInformationInner> value) Set the value property: The list of service tag information resources.
-
Constructor Details
-
ServiceTagInformationListResult
public ServiceTagInformationListResult()Creates an instance of ServiceTagInformationListResult class.
-
-
Method Details
-
value
Get the value property: The list of service tag information resources.- Returns:
- the value value.
-
withValue
Set the value property: The list of service tag information resources.- Parameters:
value- the value value to set.- Returns:
- the ServiceTagInformationListResult object itself.
-
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.
-