Uses of Class
com.azure.resourcemanager.network.models.NspServiceTagsListResult
Packages that use NspServiceTagsListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NspServiceTagsListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NspServiceTagsListResultModifier and TypeClassDescriptionfinal classResult of the request to list NSP service tags.Methods in com.azure.resourcemanager.network.models that return NspServiceTagsListResultModifier and TypeMethodDescriptionstatic NspServiceTagsListResultNspServiceTagsListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspServiceTagsListResult from the JsonReader.NspServiceTagsListResult.withNextLink(String nextLink) Set the nextLink property: Gets the URL to get the next page of results.NspServiceTagsListResult.withValue(List<NspServiceTagsResourceInner> value) Set the value property: Gets paged list of NSP service tags.