Package version:

Interface EncryptionProtectors

Interface representing a EncryptionProtectors.

Hierarchy

  • EncryptionProtectors

Methods

  • Revalidates an existing encryption protector.

    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.

    • encryptionProtectorName: string

      The name of the encryption protector to be updated.

    • Optional options: EncryptionProtectorsRevalidateOptionalParams

      The options parameters.

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

  • Revalidates an existing encryption protector.

    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.

    • encryptionProtectorName: string

      The name of the encryption protector to be updated.

    • Optional options: EncryptionProtectorsRevalidateOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc