Freigeben über


IServerCommunicationLinksOperations Schnittstelle

Definition

ServerCommunicationLinksOperations-Vorgänge.

public interface IServerCommunicationLinksOperations
type IServerCommunicationLinksOperations = interface
Public Interface IServerCommunicationLinksOperations

Methoden

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

Erstellt eine Serverkommunikationsverbindung.

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

Erstellt eine Serverkommunikationsverbindung.

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

Löscht einen Serverkommunikationslink.

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

Gibt eine Serverkommunikationsverbindung zurück.

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

Ruft eine Liste der Serverkommunikationslinks ab.

Erweiterungsmethoden

BeginCreateOrUpdate(IServerCommunicationLinksOperations, String, String, String, ServerCommunicationLink)

Erstellt eine Serverkommunikationsverbindung.

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

Erstellt eine Serverkommunikationsverbindung.

CreateOrUpdate(IServerCommunicationLinksOperations, String, String, String, ServerCommunicationLink)

Erstellt eine Serverkommunikationsverbindung.

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

Erstellt eine Serverkommunikationsverbindung.

Delete(IServerCommunicationLinksOperations, String, String, String)

Löscht einen Serverkommunikationslink.

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

Löscht einen Serverkommunikationslink.

Get(IServerCommunicationLinksOperations, String, String, String)

Gibt eine Serverkommunikationsverbindung zurück.

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

Gibt eine Serverkommunikationsverbindung zurück.

ListByServer(IServerCommunicationLinksOperations, String, String)

Ruft eine Liste der Serverkommunikationslinks ab.

ListByServerAsync(IServerCommunicationLinksOperations, String, String, CancellationToken)

Ruft eine Liste der Serverkommunikationslinks ab.

Gilt für: