Share via


ManagedServerDnsAliasesOperationsExtensions.BeginDelete Method

Definition

Deletes the managed server DNS alias with the given name.

public static void BeginDelete (this Microsoft.Azure.Management.Sql.IManagedServerDnsAliasesOperations operations, string resourceGroupName, string managedInstanceName, string dnsAliasName);
static member BeginDelete : Microsoft.Azure.Management.Sql.IManagedServerDnsAliasesOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (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