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
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation>> GetSecurityPinAsync (string vaultName, Azure.ResourceManager.RecoveryServicesBackup.Models.SecurityPinContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityPinAsync : string * Azure.ResourceManager.RecoveryServicesBackup.Models.SecurityPinContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation>>
override this.GetSecurityPinAsync : string * Azure.ResourceManager.RecoveryServicesBackup.Models.SecurityPinContent * 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 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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET