Partilhar via


IBackendOperations Interface

Definição

Operações de BackendOperations.

public interface IBackendOperations
type IBackendOperations = interface
Public Interface IBackendOperations

Métodos

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

Cria ou atualiza um back-end.

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

Exclui o back-end especificado.

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

Obtém a versão do estado da entidade (Etag) do back-end especificado por seu identificador.

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

Obtém os detalhes do back-end especificado por seu identificador.

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

Lista uma coleção de back-ends na instância de serviço especificada.

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

Lista uma coleção de back-ends na instância de serviço especificada.

ReconnectWithHttpMessagesAsync(String, String, String, BackendReconnectContract, Dictionary<String,List<String>>, CancellationToken)

Notifica o proxy APIM para criar uma conexão com o back-end após o tempo limite especificado. Se nenhum tempo limite for especificado, o tempo limite de dois minutos será usado.

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

Atualizações um back-end existente.

Métodos de Extensão

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

Cria ou atualiza um back-end.

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

Cria ou atualiza um back-end.

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

Exclui o back-end especificado.

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

Exclui o back-end especificado.

Get(IBackendOperations, String, String, String)

Obtém os detalhes do back-end especificado por seu identificador.

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

Obtém os detalhes do back-end especificado por seu identificador.

GetEntityTag(IBackendOperations, String, String, String)

Obtém a versão do estado da entidade (Etag) do back-end especificado por seu identificador.

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

Obtém a versão do estado da entidade (Etag) do back-end especificado por seu identificador.

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

Lista uma coleção de back-ends na instância de serviço especificada.

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

Lista uma coleção de back-ends na instância de serviço especificada.

ListByServiceNext(IBackendOperations, String)

Lista uma coleção de back-ends na instância de serviço especificada.

ListByServiceNextAsync(IBackendOperations, String, CancellationToken)

Lista uma coleção de back-ends na instância de serviço especificada.

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

Notifica o proxy APIM para criar uma conexão com o back-end após o tempo limite especificado. Se nenhum tempo limite for especificado, o tempo limite de dois minutos será usado.

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

Notifica o proxy APIM para criar uma conexão com o back-end após o tempo limite especificado. Se nenhum tempo limite for especificado, o tempo limite de dois minutos será usado.

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

Atualizações um back-end existente.

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

Atualizações um back-end existente.

Aplica-se a