Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureWebCategoryInner
Packages that use AzureWebCategoryInner
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 AzureWebCategoryInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return AzureWebCategoryInnerModifier and TypeMethodDescriptionGets the specified Azure Web Category.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AzureWebCategoryInnerModifier and TypeMethodDescriptionGets the specified Azure Web Category.com.azure.core.http.rest.Response<AzureWebCategoryInner>WebCategoriesClient.getWithResponse(String name, String expand, com.azure.core.util.Context context) Gets the specified Azure Web Category.Mono<com.azure.core.http.rest.Response<AzureWebCategoryInner>>WebCategoriesClient.getWithResponseAsync(String name, String expand) Gets the specified Azure Web Category.com.azure.core.http.rest.PagedIterable<AzureWebCategoryInner>WebCategoriesClient.list()Gets all the Azure Web Categories in a subscription.com.azure.core.http.rest.PagedIterable<AzureWebCategoryInner>WebCategoriesClient.list(com.azure.core.util.Context context) Gets all the Azure Web Categories in a subscription.com.azure.core.http.rest.PagedFlux<AzureWebCategoryInner>WebCategoriesClient.listAsync()Gets all the Azure Web Categories in a subscription. -
Uses of AzureWebCategoryInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureWebCategoryInnerModifier and TypeMethodDescriptionSet the id property: Resource ID. -
Uses of AzureWebCategoryInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureWebCategoryInnerModifier and TypeMethodDescriptionAzureWebCategoryListResult.value()Get the value property: List of Azure Web Categories for a given Subscription.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureWebCategoryInnerModifier and TypeMethodDescriptionAzureWebCategoryListResult.withValue(List<AzureWebCategoryInner> value) Set the value property: List of Azure Web Categories for a given Subscription.