IDiagnosticOperations Interface

Definition

DiagnosticOperations operations.

public interface IDiagnosticOperations
type IDiagnosticOperations = interface
Public Interface IDiagnosticOperations

Methods

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

Creates a new Diagnostic or updates an existing one.

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

Deletes the specified Diagnostic.

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

Gets the entity state (Etag) version of the Diagnostic specified by its identifier.

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

Gets the details of the Diagnostic specified by its identifier.

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

Lists all diagnostics of the API Management service instance.

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<DiagnosticContract>, Dictionary<String,List<String>>, CancellationToken)

Lists all diagnostics of the API Management service instance.

UpdateWithHttpMessagesAsync(String, String, String, DiagnosticContract, String, Dictionary<String,List<String>>, CancellationToken)

Updates the details of the Diagnostic specified by its identifier.

Extension Methods

CreateOrUpdate(IDiagnosticOperations, String, String, String, DiagnosticContract, String)

Creates a new Diagnostic or updates an existing one.

CreateOrUpdateAsync(IDiagnosticOperations, String, String, String, DiagnosticContract, String, CancellationToken)

Creates a new Diagnostic or updates an existing one.

Delete(IDiagnosticOperations, String, String, String, String)

Deletes the specified Diagnostic.

DeleteAsync(IDiagnosticOperations, String, String, String, String, CancellationToken)

Deletes the specified Diagnostic.

Get(IDiagnosticOperations, String, String, String)

Gets the details of the Diagnostic specified by its identifier.

GetAsync(IDiagnosticOperations, String, String, String, CancellationToken)

Gets the details of the Diagnostic specified by its identifier.

GetEntityTag(IDiagnosticOperations, String, String, String)

Gets the entity state (Etag) version of the Diagnostic specified by its identifier.

GetEntityTagAsync(IDiagnosticOperations, String, String, String, CancellationToken)

Gets the entity state (Etag) version of the Diagnostic specified by its identifier.

ListByService(IDiagnosticOperations, String, String, ODataQuery<DiagnosticContract>)

Lists all diagnostics of the API Management service instance.

ListByServiceAsync(IDiagnosticOperations, String, String, ODataQuery<DiagnosticContract>, CancellationToken)

Lists all diagnostics of the API Management service instance.

ListByServiceNext(IDiagnosticOperations, String)

Lists all diagnostics of the API Management service instance.

ListByServiceNextAsync(IDiagnosticOperations, String, CancellationToken)

Lists all diagnostics of the API Management service instance.

Update(IDiagnosticOperations, String, String, String, DiagnosticContract, String)

Updates the details of the Diagnostic specified by its identifier.

UpdateAsync(IDiagnosticOperations, String, String, String, DiagnosticContract, String, CancellationToken)

Updates the details of the Diagnostic specified by its identifier.

Applies to