DiagnosticSettingsCategoriesClient Interface
public interface DiagnosticSettingsCategoriesClient
An instance of this class provides access to all the operations defined in DiagnosticSettingsCategoriesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Diagnostic |
get(String resourceUri, String name)
Gets the diagnostic settings category for the specified resource. |
|
abstract
reactor.core.publisher.Mono<Diagnostic |
getAsync(String resourceUri, String name)
Gets the diagnostic settings category for the specified resource. |
|
abstract
Response<Diagnostic |
getWithResponse(String resourceUri, String name, Context context)
Gets the diagnostic settings category for the specified resource. |
|
abstract
reactor.core.publisher.Mono<Response<Diagnostic |
getWithResponseAsync(String resourceUri, String name)
Gets the diagnostic settings category for the specified resource. |
|
abstract
Paged |
list(String resourceUri)
Lists the diagnostic settings categories for the specified resource. |
|
abstract
Paged |
list(String resourceUri, Context context)
Lists the diagnostic settings categories for the specified resource. |
|
abstract
Paged |
listAsync(String resourceUri)
Lists the diagnostic settings categories for the specified resource. |
Method Details
get
public abstract DiagnosticSettingsCategoryResourceInner get(String resourceUri, String name)
Gets the diagnostic settings category for the specified resource.
Parameters:
Returns:
getAsync
public abstract Mono<DiagnosticSettingsCategoryResourceInner> getAsync(String resourceUri, String name)
Gets the diagnostic settings category for the specified resource.
Parameters:
Returns:
getWithResponse
public abstract Response<DiagnosticSettingsCategoryResourceInner> getWithResponse(String resourceUri, String name, Context context)
Gets the diagnostic settings category for the specified resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<DiagnosticSettingsCategoryResourceInner>> getWithResponseAsync(String resourceUri, String name)
Gets the diagnostic settings category for the specified resource.
Parameters:
Returns:
list
public abstract PagedIterable<DiagnosticSettingsCategoryResourceInner> list(String resourceUri)
Lists the diagnostic settings categories for the specified resource.
Parameters:
Returns:
list
public abstract PagedIterable<DiagnosticSettingsCategoryResourceInner> list(String resourceUri, Context context)
Lists the diagnostic settings categories for the specified resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux<DiagnosticSettingsCategoryResourceInner> listAsync(String resourceUri)
Lists the diagnostic settings categories for the specified resource.
Parameters:
Returns: