WorkspaceManagedSqlServerEncryptionProtector interface
Interface représentant un WorkspaceManagedSqlServerEncryptionProtector.
Méthodes
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é.
Paramètres d’options.
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é.
Paramètres d’options.
Retours
Promise<EncryptionProtector>
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.
Paramètres d’options.
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.
Paramètres d’options.
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.
Paramètres d’options.
Retours
Promise<EncryptionProtector>
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.
Paramètres d’options.