Partager via


IServerEndpointsOperations Interface

Définition

Opérations ServerEndpointsOperations.

public interface IServerEndpointsOperations
type IServerEndpointsOperations = interface
Public Interface IServerEndpointsOperations

Méthodes

BeginCreateWithHttpMessagesAsync(String, String, String, String, ServerEndpointCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Créez un serveurEndpoint.

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

Supprimez un ServerEndpoint donné.

BeginRecallActionWithHttpMessagesAsync(String, String, String, String, RecallActionParameters, Dictionary<String,List<String>>, CancellationToken)

Rappelez-vous un point de terminaison de serveur.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, ServerEndpointUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Corriger un ServerEndpoint donné.

CreateWithHttpMessagesAsync(String, String, String, String, ServerEndpointCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Créez un serveurEndpoint.

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

Supprimez un ServerEndpoint donné.

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

Obtenez un ServerEndpoint.

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

Obtenez une liste ServerEndpoint.

RecallActionWithHttpMessagesAsync(String, String, String, String, RecallActionParameters, Dictionary<String,List<String>>, CancellationToken)

Rappelez-vous un point de terminaison de serveur.

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

Corriger un ServerEndpoint donné.

Méthodes d’extension

BeginCreate(IServerEndpointsOperations, String, String, String, String, ServerEndpointCreateParameters)

Créez un serveurEndpoint.

BeginCreateAsync(IServerEndpointsOperations, String, String, String, String, ServerEndpointCreateParameters, CancellationToken)

Créez un serveurEndpoint.

BeginDelete(IServerEndpointsOperations, String, String, String, String)

Supprimez un ServerEndpoint donné.

BeginDeleteAsync(IServerEndpointsOperations, String, String, String, String, CancellationToken)

Supprimez un ServerEndpoint donné.

BeginRecallAction(IServerEndpointsOperations, String, String, String, String, RecallActionParameters)

Rappelez-vous un point de terminaison de serveur.

BeginRecallActionAsync(IServerEndpointsOperations, String, String, String, String, RecallActionParameters, CancellationToken)

Rappelez-vous un point de terminaison de serveur.

BeginUpdate(IServerEndpointsOperations, String, String, String, String, ServerEndpointUpdateParameters)

Corriger un ServerEndpoint donné.

BeginUpdateAsync(IServerEndpointsOperations, String, String, String, String, ServerEndpointUpdateParameters, CancellationToken)

Corriger un ServerEndpoint donné.

Create(IServerEndpointsOperations, String, String, String, String, ServerEndpointCreateParameters)

Créez un serveurEndpoint.

CreateAsync(IServerEndpointsOperations, String, String, String, String, ServerEndpointCreateParameters, CancellationToken)

Créez un serveurEndpoint.

Delete(IServerEndpointsOperations, String, String, String, String)

Supprimez un ServerEndpoint donné.

DeleteAsync(IServerEndpointsOperations, String, String, String, String, CancellationToken)

Supprimez un ServerEndpoint donné.

Get(IServerEndpointsOperations, String, String, String, String)

Obtenez un ServerEndpoint.

GetAsync(IServerEndpointsOperations, String, String, String, String, CancellationToken)

Obtenez un ServerEndpoint.

ListBySyncGroup(IServerEndpointsOperations, String, String, String)

Obtenez une liste ServerEndpoint.

ListBySyncGroupAsync(IServerEndpointsOperations, String, String, String, CancellationToken)

Obtenez une liste ServerEndpoint.

RecallAction(IServerEndpointsOperations, String, String, String, String, RecallActionParameters)

Rappelez-vous un point de terminaison de serveur.

RecallActionAsync(IServerEndpointsOperations, String, String, String, String, RecallActionParameters, CancellationToken)

Rappelez-vous un point de terminaison de serveur.

Update(IServerEndpointsOperations, String, String, String, String, ServerEndpointUpdateParameters)

Corriger un ServerEndpoint donné.

UpdateAsync(IServerEndpointsOperations, String, String, String, String, ServerEndpointUpdateParameters, CancellationToken)

Corriger un ServerEndpoint donné.

S’applique à