SecurityPINs interface
Interface representing a SecurityPINs.
Methods
get(string, string, Security |
Get the security PIN. |
Method Details
get(string, string, SecurityPINsGetOptionalParams)
Get the security PIN.
function get(vaultName: string, resourceGroupName: string, options?: SecurityPINsGetOptionalParams): Promise<TokenInformation>
Parameters
- vaultName
-
string
The name of the recovery services vault.
- resourceGroupName
-
string
The name of the resource group where the recovery services vault is present.
- options
- SecurityPINsGetOptionalParams
The options parameters.
Returns
Promise<TokenInformation>