Package version:

Agent disk details.

interface AgentDiskDetails {
    capacityInBytes?: number;
    diskId?: string;
    diskName?: string;
    isOSDisk?: string;
    lunId?: number;
}

Properties

capacityInBytes?: number

The disk capacity in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

diskId?: string

The disk Id. NOTE: This property will not be serialized. It can only be populated by the server.

diskName?: string

The disk name. NOTE: This property will not be serialized. It can only be populated by the server.

isOSDisk?: string

A value indicating whether the disk is the OS disk. NOTE: This property will not be serialized. It can only be populated by the server.

lunId?: number

The lun of disk. NOTE: This property will not be serialized. It can only be populated by the server.