Uses of Class
com.azure.resourcemanager.network.fluent.models.ServiceTagInformationInner
-
Packages that use ServiceTagInformationInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ServiceTagInformationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ServiceTagInformationInner>ServiceTagInformationsClient. list(String location)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>ServiceTagInformationsClient. listAsync(String location)Gets a list of service tag information resources with pagination.com.azure.core.http.rest.PagedFlux<ServiceTagInformationInner>ServiceTagInformationsClient. listAsync(String location, Boolean noAddressPrefixes, String tagName)Gets a list of service tag information resources with pagination. -
Uses of ServiceTagInformationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type ServiceTagInformationInner Modifier and Type Method Description List<ServiceTagInformationInner>ServiceTagsListResultInner. 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 ServiceTagInformationInner Modifier and Type Method Description List<ServiceTagInformationInner>ServiceTagInformationListResult. 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 ServiceTagInformationInner Modifier and Type Method Description ServiceTagInformationListResultServiceTagInformationListResult. withValue(List<ServiceTagInformationInner> value)Set the value property: The list of service tag information resources.
-