EncryptionProtectors interface

Interface représentant un EncryptionProtectors.

Détails de la méthode

beginCreateOrUpdate(string, string, string, EncryptionProtector, EncryptionProtectorsCreateOrUpdateOptionalParams)

Met à jour un protecteur de chiffrement existant.

function beginCreateOrUpdate(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

encryptionProtectorName

string

Nom du protecteur de chiffrement à mettre à jour.

parameters
EncryptionProtector

État de la ressource du protecteur de chiffrement demandé.

options
EncryptionProtectorsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<EncryptionProtector>, EncryptionProtector>>

beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, EncryptionProtectorsCreateOrUpdateOptionalParams)

Met à jour un protecteur de chiffrement existant.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: EncryptionProtectorsCreateOrUpdateOptionalParams): Promise<EncryptionProtector>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

encryptionProtectorName

string

Nom du protecteur de chiffrement à mettre à jour.

parameters
EncryptionProtector

État de la ressource du protecteur de chiffrement demandé.

options
EncryptionProtectorsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginRevalidate(string, string, string, EncryptionProtectorsRevalidateOptionalParams)

Revalide un protecteur de chiffrement existant.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

encryptionProtectorName

string

Nom du protecteur de chiffrement à mettre à jour.

options
EncryptionProtectorsRevalidateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginRevalidateAndWait(string, string, string, EncryptionProtectorsRevalidateOptionalParams)

Revalide un protecteur de chiffrement existant.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

encryptionProtectorName

string

Nom du protecteur de chiffrement à mettre à jour.

options
EncryptionProtectorsRevalidateOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, EncryptionProtectorsGetOptionalParams)

Obtient un protecteur de chiffrement de serveur.

function get(resourceGroupName: string, serverName: string, encryptionProtectorName: string, options?: EncryptionProtectorsGetOptionalParams): Promise<EncryptionProtector>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

encryptionProtectorName

string

Nom du protecteur de chiffrement à récupérer.

options
EncryptionProtectorsGetOptionalParams

Paramètres d’options.

Retours

listByServer(string, string, EncryptionProtectorsListByServerOptionalParams)

Obtient une liste de protecteurs de chiffrement de serveur

function listByServer(resourceGroupName: string, serverName: string, options?: EncryptionProtectorsListByServerOptionalParams): PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

serverName

string

Le nom du serveur

options
EncryptionProtectorsListByServerOptionalParams

Paramètres d’options.

Retours