RecoveryServicesBackupExtensions.GetSecurityPin 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 static Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation> GetSecurityPin (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vaultName, Azure.ResourceManager.RecoveryServicesBackup.Models.SecurityPinContent content = default, System.Threading.CancellationToken cancellationToken = default);
static member GetSecurityPin : Azure.ResourceManager.Resources.ResourceGroupResource * string * Azure.ResourceManager.RecoveryServicesBackup.Models.SecurityPinContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation>
<Extension()>
Public Function GetSecurityPin (resourceGroupResource As ResourceGroupResource, vaultName As String, Optional content As SecurityPinContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TokenInformation)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- 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.
resourceGroupResource
or 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