ArmRecoveryServicesSiteRecoveryModelFactory.HyperVReplicaAzureManagedDiskDetails Method
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.
Initializes a new instance of HyperVReplicaAzureManagedDiskDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaAzureManagedDiskDetails HyperVReplicaAzureManagedDiskDetails (string diskId = default, string seedManagedDiskId = default, string replicaDiskType = default, Azure.Core.ResourceIdentifier diskEncryptionSetId = default);
static member HyperVReplicaAzureManagedDiskDetails : string * string * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVReplicaAzureManagedDiskDetails
Public Shared Function HyperVReplicaAzureManagedDiskDetails (Optional diskId As String = Nothing, Optional seedManagedDiskId As String = Nothing, Optional replicaDiskType As String = Nothing, Optional diskEncryptionSetId As ResourceIdentifier = Nothing) As HyperVReplicaAzureManagedDiskDetails
Parameters
- diskId
- String
The disk Id.
- seedManagedDiskId
- String
Seed managed disk Id.
- replicaDiskType
- String
The replica disk type.
- diskEncryptionSetId
- ResourceIdentifier
The disk encryption set ARM Id.
Returns
A new HyperVReplicaAzureManagedDiskDetails instance for mocking.