Uses of Class
com.azure.resourcemanager.network.fluent.models.NspServiceTagsResourceInner
Packages that use NspServiceTagsResourceInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NspServiceTagsResourceInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type NspServiceTagsResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<NspServiceTagsResourceInner> Gets the list of service tags supported by NSP.com.azure.core.http.rest.PagedIterable<NspServiceTagsResourceInner> NetworkSecurityPerimeterServiceTagsClient.list(String location, com.azure.core.util.Context context) Gets the list of service tags supported by NSP.com.azure.core.http.rest.PagedFlux<NspServiceTagsResourceInner> Gets the list of service tags supported by NSP. -
Uses of NspServiceTagsResourceInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type NspServiceTagsResourceInnerModifier and TypeClassDescriptionfinal classResource containing list of NSP service tags.Methods in com.azure.resourcemanager.network.fluent.models that return NspServiceTagsResourceInnerModifier and TypeMethodDescriptionstatic NspServiceTagsResourceInnerNspServiceTagsResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspServiceTagsResourceInner from the JsonReader.NspServiceTagsResourceInner.withServiceTags(List<String> serviceTags) Set the serviceTags property: NSP service tags. -
Uses of NspServiceTagsResourceInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type NspServiceTagsResourceInnerModifier and TypeMethodDescriptionNspServiceTagsListResult.value()Get the value property: Gets paged list of NSP service tags.Method parameters in com.azure.resourcemanager.network.models with type arguments of type NspServiceTagsResourceInnerModifier and TypeMethodDescriptionNspServiceTagsListResult.withValue(List<NspServiceTagsResourceInner> value) Set the value property: Gets paged list of NSP service tags.