SecurityPINs interface
Interface représentant un SecurityPIN.
Méthodes
get(string, string, Security |
Obtenez le code confidentiel de sécurité. |
Détails de la méthode
get(string, string, SecurityPINsGetOptionalParams)
Obtenez le code confidentiel de sécurité.
function get(vaultName: string, resourceGroupName: string, options?: SecurityPINsGetOptionalParams): Promise<TokenInformation>
Paramètres
- vaultName
-
string
Nom du coffre Recovery Services.
- resourceGroupName
-
string
Nom du groupe de ressources où se trouve le coffre Recovery Services.
- options
- SecurityPINsGetOptionalParams
Paramètres d’options.
Retours
Promise<TokenInformation>