A2AVmManagedDiskUpdateDetails 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
A2AVmManagedDiskUpdateDetails() |
Initializes a new instance of the A2AVmManagedDiskUpdateDetails class. |
A2AVmManagedDiskUpdateDetails(String, String, String, DiskEncryptionInfo, String, String) |
Initializes a new instance of the A2AVmManagedDiskUpdateDetails class. |
A2AVmManagedDiskUpdateDetails()
Initializes a new instance of the A2AVmManagedDiskUpdateDetails class.
public A2AVmManagedDiskUpdateDetails ();
Public Sub New ()
Applies to
A2AVmManagedDiskUpdateDetails(String, String, String, DiskEncryptionInfo, String, String)
Initializes a new instance of the A2AVmManagedDiskUpdateDetails class.
public A2AVmManagedDiskUpdateDetails (string diskId = default, string recoveryTargetDiskAccountType = default, string recoveryReplicaDiskAccountType = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskEncryptionInfo diskEncryptionInfo = default, string failoverDiskName = default, string tfoDiskName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmManagedDiskUpdateDetails : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiskEncryptionInfo * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.A2AVmManagedDiskUpdateDetails
Public Sub New (Optional diskId As String = Nothing, Optional recoveryTargetDiskAccountType As String = Nothing, Optional recoveryReplicaDiskAccountType As String = Nothing, Optional diskEncryptionInfo As DiskEncryptionInfo = Nothing, Optional failoverDiskName As String = Nothing, Optional tfoDiskName As String = Nothing)
Parameters
- diskId
- String
The disk Id.
- recoveryTargetDiskAccountType
- String
The target disk type before failover.
- recoveryReplicaDiskAccountType
- String
The replica disk type before failover.
- diskEncryptionInfo
- DiskEncryptionInfo
The recovery os disk encryption information.
- failoverDiskName
- String
The target disk name for unplanned failover operation.
- tfoDiskName
- String
The target disk name for test failover operation.