Freigeben über


CrrAccessToken Konstruktoren

Definition

Überlädt

CrrAccessToken()

Initialisiert eine neue instance der CrrAccessToken-Klasse.

CrrAccessToken(String, String, String, String, String, Nullable<Int64>, String, String, String, String, String, String, String, String, String, String, String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, Nullable<Boolean>, String, String)

Initialisiert eine neue instance der CrrAccessToken-Klasse.

CrrAccessToken()

Initialisiert eine neue instance der CrrAccessToken-Klasse.

public CrrAccessToken ();
Public Sub New ()

Gilt für:

CrrAccessToken(String, String, String, String, String, Nullable<Int64>, String, String, String, String, String, String, String, String, String, String, String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, Nullable<Boolean>, String, String)

Initialisiert eine neue instance der CrrAccessToken-Klasse.

public CrrAccessToken (string accessTokenString = default, string subscriptionId = default, string resourceGroupName = default, string resourceName = default, string resourceId = default, long? protectionContainerId = default, string recoveryPointId = default, string recoveryPointTime = default, string containerName = default, string containerType = default, string backupManagementType = default, string datasourceType = default, string datasourceName = default, string datasourceId = default, string datasourceContainerName = default, string coordinatorServiceStampId = default, string coordinatorServiceStampUri = default, string protectionServiceStampId = default, string protectionServiceStampUri = default, string tokenExtendedInformation = default, System.Collections.Generic.IDictionary<string,string> rpTierInformation = default, bool? rpOriginalSAOption = default, bool? rpIsManagedVirtualMachine = default, string rpVMSizeDescription = default, string bMSActiveRegion = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrAccessToken : string * string * string * string * string * Nullable<int64> * string * string * string * string * string * string * string * string * string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.CrrAccessToken
Public Sub New (Optional accessTokenString As String = Nothing, Optional subscriptionId As String = Nothing, Optional resourceGroupName As String = Nothing, Optional resourceName As String = Nothing, Optional resourceId As String = Nothing, Optional protectionContainerId As Nullable(Of Long) = Nothing, Optional recoveryPointId As String = Nothing, Optional recoveryPointTime As String = Nothing, Optional containerName As String = Nothing, Optional containerType As String = Nothing, Optional backupManagementType As String = Nothing, Optional datasourceType As String = Nothing, Optional datasourceName As String = Nothing, Optional datasourceId As String = Nothing, Optional datasourceContainerName As String = Nothing, Optional coordinatorServiceStampId As String = Nothing, Optional coordinatorServiceStampUri As String = Nothing, Optional protectionServiceStampId As String = Nothing, Optional protectionServiceStampUri As String = Nothing, Optional tokenExtendedInformation As String = Nothing, Optional rpTierInformation As IDictionary(Of String, String) = Nothing, Optional rpOriginalSAOption As Nullable(Of Boolean) = Nothing, Optional rpIsManagedVirtualMachine As Nullable(Of Boolean) = Nothing, Optional rpVMSizeDescription As String = Nothing, Optional bMSActiveRegion As String = Nothing)

Parameter

accessTokenString
String

Für die Authentifizierung verwendetes Zugriffstoken

subscriptionId
String

Abonnement-ID des Quelltresors

resourceGroupName
String

Ressourcengruppenname des Quelltresors

resourceName
String

Ressourcenname des Quelltresors

resourceId
String

Ressourcen-ID des Quelltresors

protectionContainerId
Nullable<Int64>

Container-ID des geschützten Elements

recoveryPointId
String

Wiederherstellungspunkt-ID

recoveryPointTime
String

Wiederherstellungspunktzeit

containerName
String

Eindeutiger Name des Containers

containerType
String

Containertyp

backupManagementType
String

Sicherungsverwaltungstyp

datasourceType
String

Datenquellentyp

datasourceName
String

Anzeigename der Datenquelle

datasourceId
String

Datenquellen-ID

datasourceContainerName
String

Eindeutiger Name des Datenquellencontainers

coordinatorServiceStampId
String

CoordinatorServiceStampId, die von BCM im Wiederherstellungsaufruf verwendet werden soll

coordinatorServiceStampUri
String

CoordinatorServiceStampUri, der von BCM im Wiederherstellungsaufruf verwendet werden soll

protectionServiceStampId
String

ProtectionServiceStampId, die von BCM im Wiederherstellungsaufruf verwendet werden soll

protectionServiceStampUri
String

ProtectionServiceStampUri, der von BCM im Wiederherstellungsaufruf verwendet werden soll

tokenExtendedInformation
String

Erweiterte Informationen zum Token wie FileSpec usw.

rpTierInformation
IDictionary<String,String>

Informationen zur Wiederherstellungspunktebene

rpOriginalSAOption
Nullable<Boolean>

Informationen zum Wiederherstellungspunkt: Ursprüngliche SA-Option

rpIsManagedVirtualMachine
Nullable<Boolean>

Informationen zum Wiederherstellungspunkt: Verwalteter virtueller Computer

rpVMSizeDescription
String

Informationen zum Wiederherstellungspunkt: Beschreibung der VM-Größe

bMSActiveRegion
String

Name des aktiven Bereichs des BMS-Stempels

Gilt für: