Freigeben über


ServerCommunicationLinksOperationsExtensions.Delete Methode

Definition

Löscht einen Serverkommunikationslink.

public static void Delete (this Microsoft.Azure.Management.Sql.IServerCommunicationLinksOperations operations, string resourceGroupName, string serverName, string communicationLinkName);
static member Delete : Microsoft.Azure.Management.Sql.IServerCommunicationLinksOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IServerCommunicationLinksOperations, resourceGroupName As String, serverName As String, communicationLinkName As String)

Parameter

operations
IServerCommunicationLinksOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

communicationLinkName
String

Der Name der Serverkommunikationsverbindung.

Gilt für: