Partager via


WorkspaceManagedSqlServerEncryptionProtector interface

Interface représentant un WorkspaceManagedSqlServerEncryptionProtector.

Méthodes

beginCreateOrUpdate(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

Met à jour le protecteur de chiffrement de sql Server géré par l’espace de travail.

beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

Met à jour le protecteur de chiffrement de sql Server géré par l’espace de travail.

beginRevalidate(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

Revalide le protecteur de chiffrement existant de l’espace de travail managé sql Server.

beginRevalidateAndWait(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

Revalide le protecteur de chiffrement existant de l’espace de travail managé sql Server.

get(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams)

Obtenez le protecteur de chiffrement de SQL Server géré par l’espace de travail.

list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)

Obtenir la liste des protecteurs de chiffrement pour le serveur sql server géré par l’espace de travail.

Détails de la méthode

beginCreateOrUpdate(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

Met à jour le protecteur de chiffrement de sql Server géré par l’espace de travail.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, parameters: EncryptionProtector, options?: WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EncryptionProtector>, EncryptionProtector>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

encryptionProtectorName

string

Nom du protecteur de chiffrement.

parameters
EncryptionProtector

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

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<EncryptionProtector>, EncryptionProtector>>

beginCreateOrUpdateAndWait(string, string, string, EncryptionProtector, WorkspaceManagedSqlServerEncryptionProtectorCreateOrUpdateOptionalParams)

Met à jour le protecteur de chiffrement de sql Server géré par l’espace de travail.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

encryptionProtectorName

string

Nom du protecteur de chiffrement.

parameters
EncryptionProtector

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

Retours

beginRevalidate(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

Revalide le protecteur de chiffrement existant de l’espace de travail managé sql Server.

function beginRevalidate(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

encryptionProtectorName

string

Nom du protecteur de chiffrement.

Retours

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginRevalidateAndWait(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams)

Revalide le protecteur de chiffrement existant de l’espace de travail managé sql Server.

function beginRevalidateAndWait(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorRevalidateOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

encryptionProtectorName

string

Nom du protecteur de chiffrement.

Retours

Promise<void>

get(string, string, string, WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams)

Obtenez le protecteur de chiffrement de SQL Server géré par l’espace de travail.

function get(resourceGroupName: string, workspaceName: string, encryptionProtectorName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorGetOptionalParams): Promise<EncryptionProtector>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

encryptionProtectorName

string

Nom du protecteur de chiffrement.

Retours

list(string, string, WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams)

Obtenir la liste des protecteurs de chiffrement pour le serveur sql server géré par l’espace de travail.

function list(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagedSqlServerEncryptionProtectorListOptionalParams): PagedAsyncIterableIterator<EncryptionProtector, EncryptionProtector[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

workspaceName

string

Nom de l’espace de travail.

Retours