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
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Diagnostic |
createOrUpdate(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)
Creates or updates diagnostic settings for the specified resource. |
|
abstract
reactor.core.publisher.Mono<Diagnostic |
createOrUpdateAsync(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)
Creates or updates diagnostic settings for the specified resource. |
|
abstract
Response<Diagnostic |
createOrUpdateWithResponse(String resourceUri, String name, DiagnosticSettingsResourceInner parameters, Context context)
Creates or updates diagnostic settings for the specified resource. |
|
abstract
reactor.core.publisher.Mono<Response<Diagnostic |
createOrUpdateWithResponseAsync(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)
Creates or updates diagnostic settings for the specified resource. |
| abstract void |
delete(String resourceUri, String name)
Deletes existing diagnostic settings for the specified resource. |
| abstract reactor.core.publisher.Mono<Void> |
deleteAsync(String resourceUri, String name)
Deletes existing diagnostic settings for the specified resource. |
| abstract Response<Void> |
deleteWithResponse(String resourceUri, String name, Context context)
Deletes existing diagnostic settings for the specified resource. |
| abstract reactor.core.publisher.Mono<Response<Void>> |
deleteWithResponseAsync(String resourceUri, String name)
Deletes existing diagnostic settings for the specified resource. |
|
abstract
Diagnostic |
get(String resourceUri, String name)
Gets the active diagnostic settings for the specified resource. |
|
abstract
reactor.core.publisher.Mono<Diagnostic |
getAsync(String resourceUri, String name)
Gets the active diagnostic settings for the specified resource. |
|
abstract
Response<Diagnostic |
getWithResponse(String resourceUri, String name, Context context)
Gets the active diagnostic settings for the specified resource. |
|
abstract
reactor.core.publisher.Mono<Response<Diagnostic |
getWithResponseAsync(String resourceUri, String name)
Gets the active diagnostic settings for the specified resource. |
|
abstract
Paged |
list(String resourceUri)
Gets the active diagnostic settings list for the specified resource. |
|
abstract
Paged |
list(String resourceUri, Context context)
Gets the active diagnostic settings list for the specified resource. |
|
abstract
Paged |
listAsync(String resourceUri)
Gets the active diagnostic settings list for the specified resource. |
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<DiagnosticSettingsResourceInner> createOrUpdateAsync(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)
Creates or updates diagnostic settings for the specified resource.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<DiagnosticSettingsResourceInner> createOrUpdateWithResponse(String resourceUri, String name, DiagnosticSettingsResourceInner parameters, Context context)
Creates or updates diagnostic settings for the specified resource.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<DiagnosticSettingsResourceInner>> createOrUpdateWithResponseAsync(String resourceUri, String name, DiagnosticSettingsResourceInner parameters)
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<Void> deleteAsync(String resourceUri, String name)
Deletes existing diagnostic settings for the specified resource.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceUri, String name, Context context)
Deletes existing diagnostic settings for the specified resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceUri, String name)
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<DiagnosticSettingsResourceInner> getAsync(String resourceUri, String name)
Gets the active diagnostic settings for the specified resource.
Parameters:
Returns:
getWithResponse
public abstract Response<DiagnosticSettingsResourceInner> getWithResponse(String resourceUri, String name, Context context)
Gets the active diagnostic settings for the specified resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<DiagnosticSettingsResourceInner>> getWithResponseAsync(String resourceUri, String name)
Gets the active diagnostic settings for the specified resource.
Parameters:
Returns:
list
public abstract PagedIterable<DiagnosticSettingsResourceInner> list(String resourceUri)
Gets the active diagnostic settings list for the specified resource.
Parameters:
Returns:
list
public abstract PagedIterable<DiagnosticSettingsResourceInner> list(String resourceUri, Context context)
Gets the active diagnostic settings list for the specified resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux<DiagnosticSettingsResourceInner> listAsync(String resourceUri)
Gets the active diagnostic settings list for the specified resource.
Parameters:
Returns: