ServerKeyOperationsExtensions.BeginDeleteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins deleting an existing Azure SQL Server Key.To determine the status of the operation call GetDeleteOperationStatus.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse> BeginDeleteAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations operations, string resourceGroupName, string serverName, string keyName);
static member BeginDeleteAsync : Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse>
<Extension()>
Public Function BeginDeleteAsync (operations As IServerKeyOperations, resourceGroupName As String, serverName As String, keyName As String) As Task(Of ServerKeyDeleteResponse)
Parameters
- operations
- IServerKeyOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations.
- resourceGroupName
- String
Required. The name of the Resource Group to which the server belongs.
- serverName
- String
Required. The name of the Azure SQL Server to which the Azure SQL Server Key belongs
- keyName
- String
Required. The name of the Azure SQL Server Key.
Returns
Represents the response to an Azure Sql Server Key Delete request.