Compartir a través de


IBackendOperations Interfaz

Definición

Operaciones BackendOperations.

public interface IBackendOperations
type IBackendOperations = interface
Public Interface IBackendOperations

Métodos

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

Crea o actualiza un servidor back-end

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

Elimina el servidor back-end especificado.

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

Obtiene la versión del estado de entidad (Etag) del back-end especificado por su identificador.

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

Obtiene los detalles del back-end especificado por su identificador.

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

Enumera una colección de servidores back-end de la instancia de servicio especificada

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

Enumera una colección de servidores back-end de la instancia de servicio especificada

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

Notifica al servidor proxy de APIM para que cree una nueva conexión con el servidor back-end después del tiempo de expiración especificado. Si no se especificó ningún tiempo de expiración, se utiliza un tiempo de expiración de 2 minutos.

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

Novedades un back-end existente.

Métodos de extensión

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

Crea o actualiza un servidor back-end

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

Crea o actualiza un servidor back-end

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

Elimina el servidor back-end especificado.

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

Elimina el servidor back-end especificado.

Get(IBackendOperations, String, String, String)

Obtiene los detalles del back-end especificado por su identificador.

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

Obtiene los detalles del back-end especificado por su identificador.

GetEntityTag(IBackendOperations, String, String, String)

Obtiene la versión del estado de entidad (Etag) del back-end especificado por su identificador.

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

Obtiene la versión del estado de entidad (Etag) del back-end especificado por su identificador.

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

Enumera una colección de servidores back-end de la instancia de servicio especificada

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

Enumera una colección de servidores back-end de la instancia de servicio especificada

ListByServiceNext(IBackendOperations, String)

Enumera una colección de servidores back-end de la instancia de servicio especificada

ListByServiceNextAsync(IBackendOperations, String, CancellationToken)

Enumera una colección de servidores back-end de la instancia de servicio especificada

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

Notifica al servidor proxy de APIM para que cree una nueva conexión con el servidor back-end después del tiempo de expiración especificado. Si no se especificó ningún tiempo de expiración, se utiliza un tiempo de expiración de 2 minutos.

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

Notifica al servidor proxy de APIM para que cree una nueva conexión con el servidor back-end después del tiempo de expiración especificado. Si no se especificó ningún tiempo de expiración, se utiliza un tiempo de expiración de 2 minutos.

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

Novedades un back-end existente.

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

Novedades un back-end existente.

Se aplica a