次の方法で共有


AzureVmDiskDetails Class

Definition

Disk details for E2A provider.

public class AzureVmDiskDetails
type AzureVmDiskDetails = class
Public Class AzureVmDiskDetails
Inheritance
AzureVmDiskDetails

Constructors

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.

Properties

CustomTargetDiskName

Gets or sets the custom target Azure disk name.

DiskEncryptionSetId

Gets or sets the DiskEncryptionSet ARM ID.

DiskId

Gets or sets the disk resource id.

LunId

Gets or sets ordinal\LunId of the disk for the Azure VM.

MaxSizeMb

Gets or sets max side in MB.

TargetDiskLocation

Gets or sets blob uri of the Azure disk.

TargetDiskName

Gets or sets the target Azure disk name.

VhdId

Gets or sets the VHD id.

VhdName

Gets or sets vHD name.

VhdType

Gets or sets vHD type.

Applies to