AzureSqlDatabaseCommunicator.RevertDatabaseEncryptionProtector 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.
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