HyperVReplicaAzureManagedDiskDetails 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
HyperVReplicaAzureManagedDiskDetails() |
Initializes a new instance of the HyperVReplicaAzureManagedDiskDetails class. |
HyperVReplicaAzureManagedDiskDetails(String, String, String, String) |
Initializes a new instance of the HyperVReplicaAzureManagedDiskDetails class. |
HyperVReplicaAzureManagedDiskDetails()
Initializes a new instance of the HyperVReplicaAzureManagedDiskDetails class.
public HyperVReplicaAzureManagedDiskDetails ();
Public Sub New ()
Applies to
HyperVReplicaAzureManagedDiskDetails(String, String, String, String)
Initializes a new instance of the HyperVReplicaAzureManagedDiskDetails class.
public HyperVReplicaAzureManagedDiskDetails (string diskId = default, string seedManagedDiskId = default, string replicaDiskType = default, string diskEncryptionSetId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureManagedDiskDetails : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.HyperVReplicaAzureManagedDiskDetails
Public Sub New (Optional diskId As String = Nothing, Optional seedManagedDiskId As String = Nothing, Optional replicaDiskType As String = Nothing, Optional diskEncryptionSetId As String = Nothing)
Parameters
- diskId
- String
The disk Id.
- seedManagedDiskId
- String
Seed managed disk Id.
- replicaDiskType
- String
The replica disk type.
- diskEncryptionSetId
- String
The disk encryption set ARM Id.