MockableRecoveryServicesBackupResourceGroupResource.GetSecurityPinAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the security PIN.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupSecurityPIN
- Operation Id: SecurityPINs_Get
- Default Api Version: 2025-02-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation>> GetSecurityPinAsync(string vaultName, Azure.ResourceManager.RecoveryServicesBackup.Models.SecurityPinContent content = default, string xMsAuthorizationAuxiliary = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityPinAsync : string * Azure.ResourceManager.RecoveryServicesBackup.Models.SecurityPinContent * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation>>
override this.GetSecurityPinAsync : string * Azure.ResourceManager.RecoveryServicesBackup.Models.SecurityPinContent * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation>>
Public Overridable Function GetSecurityPinAsync (vaultName As String, Optional content As SecurityPinContent = Nothing, Optional xMsAuthorizationAuxiliary As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TokenInformation))
Parameters
- vaultName
- String
The name of the recovery services vault.
- content
- SecurityPinContent
security pin request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
vaultName
is an empty string, and was expected to be non-empty.
vaultName
is null.