DatabaseEncryptionProtectors interface

Interface representing a DatabaseEncryptionProtectors.

Methods

beginRevalidate(string, string, string, string, DatabaseEncryptionProtectorsRevalidateOptionalParams)

Revalidates an existing encryption protector for a particular database.

beginRevalidateAndWait(string, string, string, string, DatabaseEncryptionProtectorsRevalidateOptionalParams)

Revalidates an existing encryption protector for a particular database.

beginRevert(string, string, string, string, DatabaseEncryptionProtectorsRevertOptionalParams)

Reverts an existing encryption protector for a particular database.

beginRevertAndWait(string, string, string, string, DatabaseEncryptionProtectorsRevertOptionalParams)

Reverts an existing encryption protector for a particular database.

Method Details

beginRevalidate(string, string, string, string, DatabaseEncryptionProtectorsRevalidateOptionalParams)

Revalidates an existing encryption protector for a particular database.

function beginRevalidate(resourceGroupName: string, serverName: string, databaseName: string, encryptionProtectorName: string, options?: DatabaseEncryptionProtectorsRevalidateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

encryptionProtectorName

string

The name of the encryption protector to be updated.

Returns

Promise<SimplePollerLike<OperationState<void>, void>>

beginRevalidateAndWait(string, string, string, string, DatabaseEncryptionProtectorsRevalidateOptionalParams)

Revalidates an existing encryption protector for a particular database.

function beginRevalidateAndWait(resourceGroupName: string, serverName: string, databaseName: string, encryptionProtectorName: string, options?: DatabaseEncryptionProtectorsRevalidateOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

encryptionProtectorName

string

The name of the encryption protector to be updated.

Returns

Promise<void>

beginRevert(string, string, string, string, DatabaseEncryptionProtectorsRevertOptionalParams)

Reverts an existing encryption protector for a particular database.

function beginRevert(resourceGroupName: string, serverName: string, databaseName: string, encryptionProtectorName: string, options?: DatabaseEncryptionProtectorsRevertOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

encryptionProtectorName

string

The name of the encryption protector to be updated.

options
DatabaseEncryptionProtectorsRevertOptionalParams

The options parameters.

Returns

Promise<SimplePollerLike<OperationState<void>, void>>

beginRevertAndWait(string, string, string, string, DatabaseEncryptionProtectorsRevertOptionalParams)

Reverts an existing encryption protector for a particular database.

function beginRevertAndWait(resourceGroupName: string, serverName: string, databaseName: string, encryptionProtectorName: string, options?: DatabaseEncryptionProtectorsRevertOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

databaseName

string

The name of the database.

encryptionProtectorName

string

The name of the encryption protector to be updated.

options
DatabaseEncryptionProtectorsRevertOptionalParams

The options parameters.

Returns

Promise<void>