共用方式為


InMageDiskDetails interface

VMware/Physical specific Disk Details.

Properties

diskConfiguration

Whether disk is dynamic disk or basic disk.

diskId

The disk Id.

diskName

The disk name.

diskSizeInMB

The disk size in MB.

diskType

Whether disk is system disk or data disk.

volumeList

Volumes of the disk.

Property Details

diskConfiguration

Whether disk is dynamic disk or basic disk.

diskConfiguration?: string

Property Value

string

diskId

The disk Id.

diskId?: string

Property Value

string

diskName

The disk name.

diskName?: string

Property Value

string

diskSizeInMB

The disk size in MB.

diskSizeInMB?: string

Property Value

string

diskType

Whether disk is system disk or data disk.

diskType?: string

Property Value

string

volumeList

Volumes of the disk.

volumeList?: DiskVolumeDetails[]

Property Value