Aracılığıyla paylaş


AzureVmDiskDetails Constructors

Definition

Overloads

AzureVmDiskDetails()

Initializes a new instance of the AzureVmDiskDetails class.

AzureVmDiskDetails(String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the AzureVmDiskDetails class.

AzureVmDiskDetails()

Initializes a new instance of the AzureVmDiskDetails class.

public AzureVmDiskDetails ();
Public Sub New ()

Applies to

AzureVmDiskDetails(String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the AzureVmDiskDetails class.

public AzureVmDiskDetails (string vhdType = default, string vhdId = default, string diskId = default, string vhdName = default, string maxSizeMb = default, string targetDiskLocation = default, string targetDiskName = default, string lunId = default, string diskEncryptionSetId = default, string customTargetDiskName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureVmDiskDetails : string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureVmDiskDetails
Public Sub New (Optional vhdType As String = Nothing, Optional vhdId As String = Nothing, Optional diskId As String = Nothing, Optional vhdName As String = Nothing, Optional maxSizeMb As String = Nothing, Optional targetDiskLocation As String = Nothing, Optional targetDiskName As String = Nothing, Optional lunId As String = Nothing, Optional diskEncryptionSetId As String = Nothing, Optional customTargetDiskName As String = Nothing)

Parameters

vhdType
String

VHD type.

vhdId
String

The VHD id.

diskId
String

The disk resource id.

vhdName
String

VHD name.

maxSizeMb
String

Max side in MB.

targetDiskLocation
String

Blob uri of the Azure disk.

targetDiskName
String

The target Azure disk name.

lunId
String

Ordinal\LunId of the disk for the Azure VM.

diskEncryptionSetId
String

The DiskEncryptionSet ARM ID.

customTargetDiskName
String

The custom target Azure disk name.

Applies to