Share via


IDiagnosticSettingsOperations Interface

Definition

DiagnosticSettingsOperations operations.

public interface IDiagnosticSettingsOperations
type IDiagnosticSettingsOperations = interface
Public Interface IDiagnosticSettingsOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, DiagnosticSettingsResource, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates diagnostic settings for the specified resource.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes existing diagnostic settings for the specified resource.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the active diagnostic settings for the specified resource.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the active diagnostic settings list for the specified resource.

Extension Methods

CreateOrUpdate(IDiagnosticSettingsOperations, String, DiagnosticSettingsResource, String)

Creates or updates diagnostic settings for the specified resource.

CreateOrUpdateAsync(IDiagnosticSettingsOperations, String, DiagnosticSettingsResource, String, CancellationToken)

Creates or updates diagnostic settings for the specified resource.

Delete(IDiagnosticSettingsOperations, String, String)

Deletes existing diagnostic settings for the specified resource.

DeleteAsync(IDiagnosticSettingsOperations, String, String, CancellationToken)

Deletes existing diagnostic settings for the specified resource.

Get(IDiagnosticSettingsOperations, String, String)

Gets the active diagnostic settings for the specified resource.

GetAsync(IDiagnosticSettingsOperations, String, String, CancellationToken)

Gets the active diagnostic settings for the specified resource.

List(IDiagnosticSettingsOperations, String)

Gets the active diagnostic settings list for the specified resource.

ListAsync(IDiagnosticSettingsOperations, String, CancellationToken)

Gets the active diagnostic settings list for the specified resource.

Applies to