Share via


ServerCommunicationLinksOperationsExtensions.Delete Method

Definition

Deletes a server communication link.

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)

Parameters

operations
IServerCommunicationLinksOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName
String

The name of the server.

communicationLinkName
String

The name of the server communication link.

Applies to