Partager via


IServerCommunicationLinksOperations Interface

Définition

Opérations ServerCommunicationLinksOperations.

public interface IServerCommunicationLinksOperations
type IServerCommunicationLinksOperations = interface
Public Interface IServerCommunicationLinksOperations

Méthodes

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

Crée un lien de communication de serveur.

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

Crée un lien de communication de serveur.

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

Supprime un lien de communication de serveur.

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

Retourne un lien de communication de serveur.

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

Obtient la liste des liens de communication de serveur.

Méthodes d’extension

BeginCreateOrUpdateAsync(IServerCommunicationLinksOperations, String, String, String, String, CancellationToken)

Crée un lien de communication de serveur.

CreateOrUpdateAsync(IServerCommunicationLinksOperations, String, String, String, String, CancellationToken)

Crée un lien de communication de serveur.

DeleteAsync(IServerCommunicationLinksOperations, String, String, String, CancellationToken)

Supprime un lien de communication de serveur.

GetAsync(IServerCommunicationLinksOperations, String, String, String, CancellationToken)

Retourne un lien de communication de serveur.

ListByServerAsync(IServerCommunicationLinksOperations, String, String, CancellationToken)

Obtient la liste des liens de communication de serveur.

S’applique à