Package version:

Interface DatabaseEncryptionProtectors

Interface representing a DatabaseEncryptionProtectors.

Hierarchy

  • DatabaseEncryptionProtectors

Methods

  • Revalidates an existing encryption protector for a particular database.

    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.

    • Optional options: DatabaseEncryptionProtectorsRevalidateOptionalParams

      The options parameters.

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

  • Revalidates an existing encryption protector for a particular database.

    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.

    • Optional options: DatabaseEncryptionProtectorsRevalidateOptionalParams

      The options parameters.

    Returns Promise<void>

  • Reverts an existing encryption protector for a particular database.

    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.

    • Optional options: DatabaseEncryptionProtectorsRevertOptionalParams

      The options parameters.

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

  • Reverts an existing encryption protector for a particular database.

    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.

    • Optional options: DatabaseEncryptionProtectorsRevertOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc