DiagnosticSettingsCategoriesClient Interface
public interface DiagnosticSettingsCategoriesClient
An instance of this class provides access to all the operations defined in DiagnosticSettingsCategoriesClient.
Method Summary
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
Gets the diagnostic settings category for the specified resource.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the diagnostic settings category for the specified resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the diagnostic settings category for the specified resource.
Parameters:
Returns:
list
public abstract PagedIterable
Lists the diagnostic settings categories for the specified resource.
Parameters:
Returns:
list
public abstract PagedIterable
Lists the diagnostic settings categories for the specified resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the diagnostic settings categories for the specified resource.
Parameters:
Returns:
Applies to
Azure SDK for Java