Uses of Class
com.azure.resourcemanager.network.fluent.models.ServiceTagInformationInner
Packages that use ServiceTagInformationInner
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 ServiceTagInformationInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type ServiceTagInformationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ServiceTagInformationInner> Gets a list of service tag information resources with pagination.com.azure.core.http.rest.PagedIterable<ServiceTagInformationInner> ServiceTagInformationsClient.list(String location, Boolean noAddressPrefixes, String tagName, com.azure.core.util.Context context) Gets a list of service tag information resources with pagination.com.azure.core.http.rest.PagedFlux<ServiceTagInformationInner> Gets a list of service tag information resources with pagination.com.azure.core.http.rest.PagedFlux<ServiceTagInformationInner> Gets a list of service tag information resources with pagination. -
Uses of ServiceTagInformationInner in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ServiceTagInformationInnerModifier and TypeClassDescriptionfinal classThe service tag information.Methods in com.azure.resourcemanager.network.fluent.models that return ServiceTagInformationInnerModifier and TypeMethodDescriptionstatic ServiceTagInformationInnerServiceTagInformationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServiceTagInformationInner from the JsonReader.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ServiceTagInformationInnerModifier and TypeMethodDescriptionServiceTagsListResultInner.values()Get the values property: The list of service tag information resources. -
Uses of ServiceTagInformationInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ServiceTagInformationInnerModifier and TypeMethodDescriptionServiceTagInformationListResult.value()Get the value property: The list of service tag information resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ServiceTagInformationInnerModifier and TypeMethodDescriptionServiceTagInformationListResult.withValue(List<ServiceTagInformationInner> value) Set the value property: The list of service tag information resources.