DatabaseEncryptionProtectors interface
Interface representing a DatabaseEncryptionProtectors.
Methods
begin |
Revalidates an existing encryption protector for a particular database. |
begin |
Revalidates an existing encryption protector for a particular database. |
begin |
Reverts an existing encryption protector for a particular database. |
begin |
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.
The options parameters.
Returns
Promise<@azure/core-lro.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.
The options parameters.
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.
The options parameters.
Returns
Promise<@azure/core-lro.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.
The options parameters.
Returns
Promise<void>