Package version:

Interface VirtualDiskUpdate

Virtual Disk Update model

interface VirtualDiskUpdate {
    bus?: number;
    busType?: string;
    diskId?: string;
    diskSizeGB?: number;
    lun?: number;
    name?: string;
    storageQosPolicy?: StorageQosPolicyDetails;
    vhdType?: string;
}

Properties

bus?: number

Gets or sets the disk bus.

busType?: string

Gets or sets the disk bus type.

diskId?: string

Gets or sets the disk id.

diskSizeGB?: number

Gets or sets the disk total size.

lun?: number

Gets or sets the disk lun.

name?: string

Gets or sets the name of the disk.

storageQosPolicy?: StorageQosPolicyDetails

The QoS policy for the disk.

vhdType?: string

Gets or sets the disk vhd type.