A2AProtectionIntentDiskInputDetails 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
A2AProtectionIntentDiskInputDetails() |
Initializes a new instance of the A2AProtectionIntentDiskInputDetails class. |
A2AProtectionIntentDiskInputDetails(String, StorageAccountCustomDetails, StorageAccountCustomDetails) |
Initializes a new instance of the A2AProtectionIntentDiskInputDetails class. |
A2AProtectionIntentDiskInputDetails()
Initializes a new instance of the A2AProtectionIntentDiskInputDetails class.
public A2AProtectionIntentDiskInputDetails ();
Public Sub New ()
Applies to
A2AProtectionIntentDiskInputDetails(String, StorageAccountCustomDetails, StorageAccountCustomDetails)
Initializes a new instance of the A2AProtectionIntentDiskInputDetails class.
public A2AProtectionIntentDiskInputDetails (string diskUri, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageAccountCustomDetails recoveryAzureStorageAccountCustomInput = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageAccountCustomDetails primaryStagingStorageAccountCustomInput = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AProtectionIntentDiskInputDetails : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageAccountCustomDetails * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageAccountCustomDetails -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AProtectionIntentDiskInputDetails
Public Sub New (diskUri As String, Optional recoveryAzureStorageAccountCustomInput As StorageAccountCustomDetails = Nothing, Optional primaryStagingStorageAccountCustomInput As StorageAccountCustomDetails = Nothing)
Parameters
- diskUri
- String
The disk Uri.
- recoveryAzureStorageAccountCustomInput
- StorageAccountCustomDetails
The recovery VHD storage account input.
- primaryStagingStorageAccountCustomInput
- StorageAccountCustomDetails
The primary staging storage account input.