DiagnosticSettingsOperationsClient Interface
Implements
public interface DiagnosticSettingsOperationsClient
extends InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in DiagnosticSettingsOperationsClient.
Method Summary
Method Details
createOrUpdate
public abstract DiagnosticSettingsResourceInner createOrUpdate(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)
Creates or updates diagnostic settings for the specified resource.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates diagnostic settings for the specified resource.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates diagnostic settings for the specified resource.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates diagnostic settings for the specified resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceUri, String name)
Deletes existing diagnostic settings for the specified resource.
Parameters:
deleteAsync
public abstract Mono
Deletes existing diagnostic settings for the specified resource.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes existing diagnostic settings for the specified resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes existing diagnostic settings for the specified resource.
Parameters:
Returns:
get
public abstract DiagnosticSettingsResourceInner get(String resourceUri, String name)
Gets the active diagnostic settings for the specified resource.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the active diagnostic settings for the specified resource.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the active diagnostic settings for the specified resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the active diagnostic settings for the specified resource.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the active diagnostic settings list for the specified resource.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the active diagnostic settings list for the specified resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the active diagnostic settings list for the specified resource.
Parameters:
Returns:
Applies to
Azure SDK for Java