IServerCommunicationLinksOperations Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
ServerCommunicationLinksOperations-Vorgänge.
public interface IServerCommunicationLinksOperations
type IServerCommunicationLinksOperations = interface
Public Interface IServerCommunicationLinksOperations
Methoden
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Erstellt eine Serverkommunikationsverbindung. |
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, 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
BeginCreateOrUpdateAsync(IServerCommunicationLinksOperations, String, String, String, String, CancellationToken) |
Erstellt eine Serverkommunikationsverbindung. |
CreateOrUpdateAsync(IServerCommunicationLinksOperations, String, String, String, String, CancellationToken) |
Erstellt eine Serverkommunikationsverbindung. |
DeleteAsync(IServerCommunicationLinksOperations, String, String, String, CancellationToken) |
Löscht einen Serverkommunikationslink. |
GetAsync(IServerCommunicationLinksOperations, String, String, String, CancellationToken) |
Gibt eine Serverkommunikationsverbindung zurück. |
ListByServerAsync(IServerCommunicationLinksOperations, String, String, CancellationToken) |
Ruft eine Liste der Serverkommunikationslinks ab. |
Gilt für:
Azure SDK for .NET