共用方式為


AgentDiskDetails interface

Agent disk details.

Properties

capacityInBytes

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

diskId

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

diskName

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

isOSDisk

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

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

Property Details

capacityInBytes

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

capacityInBytes?: number

Property Value

number

diskId

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

diskId?: string

Property Value

string

diskName

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

diskName?: string

Property Value

string

isOSDisk

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.

isOSDisk?: string

Property Value

string

lunId

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

lunId?: number

Property Value

number