Udostępnij za pośrednictwem


AzureSqlDatabaseCommunicator.RevertDatabaseEncryptionProtector Method

Definition

Reverts the Azure Sql Database Encryption Protector

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> RevertDatabaseEncryptionProtector (string resourceGroupName, string serverName, string databaseName);
member this.RevertDatabaseEncryptionProtector : string * string * string -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function RevertDatabaseEncryptionProtector (resourceGroupName As String, serverName As String, databaseName As String) As Task(Of AzureOperationResponse)

Parameters

resourceGroupName
String

Name of the resource group

serverName
String

Name of the server

databaseName
String

Name of the database

Returns

Applies to