WorkloadCrrAccessToken Constructors
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.
Overloads
WorkloadCrrAccessToken() |
Initializes a new instance of the WorkloadCrrAccessToken class. |
WorkloadCrrAccessToken(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, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the WorkloadCrrAccessToken class. |
WorkloadCrrAccessToken()
Initializes a new instance of the WorkloadCrrAccessToken class.
public WorkloadCrrAccessToken ();
Public Sub New ()
Applies to
WorkloadCrrAccessToken(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, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the WorkloadCrrAccessToken class.
public WorkloadCrrAccessToken (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, string protectableObjectUniqueName = default, string protectableObjectFriendlyName = default, string protectableObjectWorkloadType = default, string protectableObjectProtectionState = default, string protectableObjectContainerHostOsName = default, string protectableObjectParentLogicalContainerName = default, string containerId = default, string policyName = default, string policyId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.WorkloadCrrAccessToken : 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 * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.WorkloadCrrAccessToken
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, Optional protectableObjectUniqueName As String = Nothing, Optional protectableObjectFriendlyName As String = Nothing, Optional protectableObjectWorkloadType As String = Nothing, Optional protectableObjectProtectionState As String = Nothing, Optional protectableObjectContainerHostOsName As String = Nothing, Optional protectableObjectParentLogicalContainerName As String = Nothing, Optional containerId As String = Nothing, Optional policyName As String = Nothing, Optional policyId As String = Nothing)
Parameters
- accessTokenString
- String
Access token used for authentication
- subscriptionId
- String
Subscription Id of the source vault
- resourceGroupName
- String
Resource Group name of the source vault
- resourceName
- String
Resource Name of the source vault
- resourceId
- String
Resource Id of the source vault
- recoveryPointId
- String
Recovery Point Id
- recoveryPointTime
- String
Recovery Point Time
- containerName
- String
Container Unique name
- containerType
- String
Container Type
- backupManagementType
- String
Backup Management Type
- datasourceType
- String
Datasource Type
- datasourceName
- String
Datasource Friendly Name
- datasourceId
- String
Datasource Id
- datasourceContainerName
- String
Datasource Container Unique Name
- coordinatorServiceStampId
- String
CoordinatorServiceStampId to be used by BCM in restore call
- coordinatorServiceStampUri
- String
CoordinatorServiceStampUri to be used by BCM in restore call
- protectionServiceStampId
- String
ProtectionServiceStampId to be used by BCM in restore call
- protectionServiceStampUri
- String
ProtectionServiceStampUri to be used by BCM in restore call
- tokenExtendedInformation
- String
Extended Information about the token like FileSpec etc.
- rpTierInformation
- IDictionary<String,String>
Recovery point Tier Information
- rpVMSizeDescription
- String
Recovery point information: VM size description
- bMSActiveRegion
- String
Active region name of BMS Stamp
- protectableObjectUniqueName
- String
- protectableObjectFriendlyName
- String
- protectableObjectWorkloadType
- String
- protectableObjectProtectionState
- String
- protectableObjectContainerHostOsName
- String
- protectableObjectParentLogicalContainerName
- String
- containerId
- String
Container Id
- policyName
- String
Policy Name
- policyId
- String
Policy Id