ServerKeyOperationsExtensions.Delete Method

Definition

Deletes an existing Azure SQL Server Key.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse Delete (this Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations operations, string resourceGroupName, string serverName, string keyName);
static member Delete : Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyDeleteResponse
<Extension()>
Public Function Delete (operations As IServerKeyOperations, resourceGroupName As String, serverName As String, keyName As String) As 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 to be deleted.

Returns

Represents the response to an Azure Sql Server Key Delete request.

Applies to