Поделиться через


AzureSqlDatabaseCommunicator.RevalidateDatabaseEncryptionProtector Method

Definition

Revalidates Azure Sql Database Encryption Protector

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> RevalidateDatabaseEncryptionProtector (string resourceGroupName, string serverName, string databaseName);
member this.RevalidateDatabaseEncryptionProtector : string * string * string -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function RevalidateDatabaseEncryptionProtector (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