Share via


ManagedServerDnsAliasesOperationsExtensions.Delete Method

Definition

Deletes the managed server DNS alias with the given name.

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

Parameters

operations
IManagedServerDnsAliasesOperations

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.

managedInstanceName
String

The name of the managed instance.

dnsAliasName
String

Applies to