public interface DiagnosticSettingsCategoriesClient
| Modifier and Type | Method and Description |
|---|---|
DiagnosticSettingsCategoryResourceInner |
get(String resourceUri,
String name)
Gets the diagnostic settings category for the specified resource.
|
Mono<DiagnosticSettingsCategoryResourceInner> |
getAsync(String resourceUri,
String name)
Gets the diagnostic settings category for the specified resource.
|
com.azure.core.http.rest.Response<DiagnosticSettingsCategoryResourceInner> |
getWithResponse(String resourceUri,
String name,
com.azure.core.util.Context context)
Gets the diagnostic settings category for the specified resource.
|
Mono<com.azure.core.http.rest.Response<DiagnosticSettingsCategoryResourceInner>> |
getWithResponseAsync(String resourceUri,
String name)
Gets the diagnostic settings category for the specified resource.
|
DiagnosticSettingsCategoryResourceCollectionInner |
list(String resourceUri)
Lists the diagnostic settings categories for the specified resource.
|
Mono<DiagnosticSettingsCategoryResourceCollectionInner> |
listAsync(String resourceUri)
Lists the diagnostic settings categories for the specified resource.
|
com.azure.core.http.rest.Response<DiagnosticSettingsCategoryResourceCollectionInner> |
listWithResponse(String resourceUri,
com.azure.core.util.Context context)
Lists the diagnostic settings categories for the specified resource.
|
Mono<com.azure.core.http.rest.Response<DiagnosticSettingsCategoryResourceCollectionInner>> |
listWithResponseAsync(String resourceUri)
Lists the diagnostic settings categories for the specified resource.
|
Mono<com.azure.core.http.rest.Response<DiagnosticSettingsCategoryResourceInner>> getWithResponseAsync(String resourceUri, String name)
resourceUri - The identifier of the resource.name - The name of the diagnostic setting.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<DiagnosticSettingsCategoryResourceInner> getAsync(String resourceUri, String name)
resourceUri - The identifier of the resource.name - The name of the diagnostic setting.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.DiagnosticSettingsCategoryResourceInner get(String resourceUri, String name)
resourceUri - The identifier of the resource.name - The name of the diagnostic setting.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<DiagnosticSettingsCategoryResourceInner> getWithResponse(String resourceUri, String name, com.azure.core.util.Context context)
resourceUri - The identifier of the resource.name - The name of the diagnostic setting.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.Mono<com.azure.core.http.rest.Response<DiagnosticSettingsCategoryResourceCollectionInner>> listWithResponseAsync(String resourceUri)
resourceUri - The identifier of the 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<DiagnosticSettingsCategoryResourceCollectionInner> listAsync(String resourceUri)
resourceUri - The identifier of the 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.DiagnosticSettingsCategoryResourceCollectionInner list(String resourceUri)
resourceUri - The identifier of the 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.com.azure.core.http.rest.Response<DiagnosticSettingsCategoryResourceCollectionInner> listWithResponse(String resourceUri, com.azure.core.util.Context context)
resourceUri - The identifier of the 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.Copyright © 2020 Microsoft Corporation. All rights reserved.