IBackendOperations Interface

Definition

BackendOperations operations.

C#
public interface IBackendOperations

Methods

Extension Methods

CreateOrUpdate(IBackendOperations, String, String, String, BackendContract, String)

Creates or Updates a backend.

CreateOrUpdateAsync(IBackendOperations, String, String, String, BackendContract, String, CancellationToken)

Creates or Updates a backend.

Delete(IBackendOperations, String, String, String, String)

Deletes the specified backend.

DeleteAsync(IBackendOperations, String, String, String, String, CancellationToken)

Deletes the specified backend.

Get(IBackendOperations, String, String, String)

Gets the details of the backend specified by its identifier.

GetAsync(IBackendOperations, String, String, String, CancellationToken)

Gets the details of the backend specified by its identifier.

GetEntityTag(IBackendOperations, String, String, String)

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

GetEntityTagAsync(IBackendOperations, String, String, String, CancellationToken)

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

ListByService(IBackendOperations, String, String, ODataQuery<BackendContract>)

Lists a collection of backends in the specified service instance.

ListByServiceAsync(IBackendOperations, String, String, ODataQuery<BackendContract>, CancellationToken)

Lists a collection of backends in the specified service instance.

ListByServiceNext(IBackendOperations, String)

Lists a collection of backends in the specified service instance.

ListByServiceNextAsync(IBackendOperations, String, CancellationToken)

Lists a collection of backends in the specified service instance.

Reconnect(IBackendOperations, String, String, String, BackendReconnectContract)

Notifies the APIM proxy to create a new connection to the backend after the specified timeout. If no timeout was specified, timeout of 2 minutes is used.

ReconnectAsync(IBackendOperations, String, String, String, BackendReconnectContract, CancellationToken)

Notifies the APIM proxy to create a new connection to the backend after the specified timeout. If no timeout was specified, timeout of 2 minutes is used.

Update(IBackendOperations, String, String, String, BackendUpdateParameters, String)

Updates an existing backend.

UpdateAsync(IBackendOperations, String, String, String, BackendUpdateParameters, String, CancellationToken)

Updates an existing backend.

Applies to

Táirge Leaganacha
Azure SDK for .NET Legacy