public interface WebCategoriesClient
| Modifier and Type | Method and Description |
|---|---|
AzureWebCategoryInner |
get(String name)
Gets the specified Azure Web Category.
|
Mono<AzureWebCategoryInner> |
getAsync(String name)
Gets the specified Azure Web Category.
|
Mono<AzureWebCategoryInner> |
getAsync(String name,
String expand)
Gets the specified Azure Web Category.
|
com.azure.core.http.rest.Response<AzureWebCategoryInner> |
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>> |
getWithResponseAsync(String name,
String expand)
Gets the specified Azure Web Category.
|
com.azure.core.http.rest.PagedIterable<AzureWebCategoryInner> |
list()
Gets all the Azure Web Categories in a subscription.
|
com.azure.core.http.rest.PagedIterable<AzureWebCategoryInner> |
list(com.azure.core.util.Context context)
Gets all the Azure Web Categories in a subscription.
|
com.azure.core.http.rest.PagedFlux<AzureWebCategoryInner> |
listAsync()
Gets all the Azure Web Categories in a subscription.
|
Mono<com.azure.core.http.rest.Response<AzureWebCategoryInner>> getWithResponseAsync(String name, String expand)
name - The name of the azureWebCategory.expand - Expands resourceIds back referenced by the azureWebCategory resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AzureWebCategoryInner> getAsync(String name, String expand)
name - The name of the azureWebCategory.expand - Expands resourceIds back referenced by the azureWebCategory resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<AzureWebCategoryInner> getAsync(String name)
name - The name of the azureWebCategory.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.AzureWebCategoryInner get(String name)
name - The name of the azureWebCategory.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<AzureWebCategoryInner> getWithResponse(String name, String expand, com.azure.core.util.Context context)
name - The name of the azureWebCategory.expand - Expands resourceIds back referenced by the azureWebCategory resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<AzureWebCategoryInner> listAsync()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AzureWebCategoryInner> list()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<AzureWebCategoryInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.