ArmRecoveryServicesSiteRecoveryModelFactory.InMageAzureV2ManagedDiskDetails 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 InMageAzureV2ManagedDiskDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageAzureV2ManagedDiskDetails InMageAzureV2ManagedDiskDetails (string diskId = default, string seedManagedDiskId = default, string replicaDiskType = default, Azure.Core.ResourceIdentifier diskEncryptionSetId = default, string targetDiskName = default);
static member InMageAzureV2ManagedDiskDetails : string * string * string * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageAzureV2ManagedDiskDetails
Public Shared Function InMageAzureV2ManagedDiskDetails (Optional diskId As String = Nothing, Optional seedManagedDiskId As String = Nothing, Optional replicaDiskType As String = Nothing, Optional diskEncryptionSetId As ResourceIdentifier = Nothing, Optional targetDiskName As String = Nothing) As InMageAzureV2ManagedDiskDetails
Parameters
- diskId
- String
The disk id.
- seedManagedDiskId
- String
Seed managed disk Id.
- replicaDiskType
- String
The replica disk type.
- diskEncryptionSetId
- ResourceIdentifier
The DiskEncryptionSet ARM ID.
- targetDiskName
- String
The target disk name.
Returns
A new InMageAzureV2ManagedDiskDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET