Compartir a través de


IEndpointsOperations Interfaz

Definición

Operaciones EndpointsOperations.

public interface IEndpointsOperations
type IEndpointsOperations = interface
Public Interface IEndpointsOperations

Métodos

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

Cree o actualice un punto de conexión de Traffic Manager.

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

Elimina un punto de conexión de Traffic Manager.

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

Obtiene un punto de conexión de Traffic Manager.

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

Actualice un punto de conexión de Traffic Manager.

Métodos de extensión

CreateOrUpdate(IEndpointsOperations, String, String, String, String, Endpoint)

Cree o actualice un punto de conexión de Traffic Manager.

CreateOrUpdateAsync(IEndpointsOperations, String, String, String, String, Endpoint, CancellationToken)

Cree o actualice un punto de conexión de Traffic Manager.

Delete(IEndpointsOperations, String, String, String, String)

Elimina un punto de conexión de Traffic Manager.

DeleteAsync(IEndpointsOperations, String, String, String, String, CancellationToken)

Elimina un punto de conexión de Traffic Manager.

Get(IEndpointsOperations, String, String, String, String)

Obtiene un punto de conexión de Traffic Manager.

GetAsync(IEndpointsOperations, String, String, String, String, CancellationToken)

Obtiene un punto de conexión de Traffic Manager.

Update(IEndpointsOperations, String, String, String, String, Endpoint)

Actualice un punto de conexión de Traffic Manager.

UpdateAsync(IEndpointsOperations, String, String, String, String, Endpoint, CancellationToken)

Actualice un punto de conexión de Traffic Manager.

Se aplica a