Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureWebCategoryInner
-
Packages that use AzureWebCategoryInner 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 AzureWebCategoryInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return AzureWebCategoryInner Modifier and Type Method Description AzureWebCategoryInnerWebCategoriesClient. get(String name)Gets the specified Azure Web Category.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AzureWebCategoryInner Modifier and Type Method Description Mono<AzureWebCategoryInner>WebCategoriesClient. getAsync(String name)Gets the specified Azure Web Category.Mono<AzureWebCategoryInner>WebCategoriesClient. getAsync(String name, String expand)Gets 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 AzureWebCategoryInner Modifier and Type Method Description AzureWebCategoryInnerAzureWebCategoryInner. withId(String id)Set 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 AzureWebCategoryInner Modifier and Type Method Description List<AzureWebCategoryInner>AzureWebCategoryListResult. 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 AzureWebCategoryInner Modifier and Type Method Description AzureWebCategoryListResultAzureWebCategoryListResult. withValue(List<AzureWebCategoryInner> value)Set the value property: List of Azure Web Categories for a given Subscription.
-