Partager via


BackendOperationsExtensions Classe

Définition

Méthodes d’extension pour BackendOperations.

public static class BackendOperationsExtensions
type BackendOperationsExtensions = class
Public Module BackendOperationsExtensions
Héritage
BackendOperationsExtensions

Méthodes

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

Crée ou met à jour un back-end.

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

Crée ou met à jour un back-end.

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

Supprime le back-end spécifié.

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

Supprime le back-end spécifié.

Get(IBackendOperations, String, String, String)

Obtient les détails du back-end spécifié par son identificateur.

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

Obtient les détails du back-end spécifié par son identificateur.

GetEntityTag(IBackendOperations, String, String, String)

Obtient la version d’état d’entité (Etag) du back-end spécifié par son identificateur.

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

Obtient la version d’état d’entité (Etag) du back-end spécifié par son identificateur.

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

Répertorie un ensemble de serveurs principaux dans l’instance de service spécifié.

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

Répertorie un ensemble de serveurs principaux dans l’instance de service spécifié.

ListByServiceNext(IBackendOperations, String)

Répertorie un ensemble de serveurs principaux dans l’instance de service spécifié.

ListByServiceNextAsync(IBackendOperations, String, CancellationToken)

Répertorie un ensemble de serveurs principaux dans l’instance de service spécifié.

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

Indique au proxy APIM de créer une nouvelle connexion au serveur principal après le délai d’attente spécifié. Si aucun délai d’attente n’a été spécifié, le délai de 2 minutes est utilisé.

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

Indique au proxy APIM de créer une nouvelle connexion au serveur principal après le délai d’attente spécifié. Si aucun délai d’attente n’a été spécifié, le délai de 2 minutes est utilisé.

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

Mises à jour un back-end existant.

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

Mises à jour un back-end existant.

S’applique à