ArmRecoveryServicesBackupModelFactory.TokenInformation 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.
Initializes a new instance of TokenInformation.
public static Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation TokenInformation (string token = default, long? expiryTimeInUtcTicks = default, string securityPin = default);
static member TokenInformation : string * Nullable<int64> * string -> Azure.ResourceManager.RecoveryServicesBackup.Models.TokenInformation
Public Shared Function TokenInformation (Optional token As String = Nothing, Optional expiryTimeInUtcTicks As Nullable(Of Long) = Nothing, Optional securityPin As String = Nothing) As TokenInformation
Parameters
- token
- String
Token value.
- securityPin
- String
Security PIN.
Returns
A new TokenInformation instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET