DiagnosticOperationsExtensions Class

Definition

Extension methods for DiagnosticOperations.

public static class DiagnosticOperationsExtensions
type DiagnosticOperationsExtensions = class
Public Module DiagnosticOperationsExtensions
Inheritance
DiagnosticOperationsExtensions

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