你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AgentDiskDetails Class

Definition

Agent disk details.

public class AgentDiskDetails
type AgentDiskDetails = class
Public Class AgentDiskDetails
Inheritance
AgentDiskDetails

Constructors

AgentDiskDetails()

Initializes a new instance of the AgentDiskDetails class.

AgentDiskDetails(String, String, String, Nullable<Int64>, Nullable<Int32>)

Initializes a new instance of the AgentDiskDetails class.

Properties

CapacityInBytes

Gets the disk capacity in bytes.

DiskId

Gets the disk Id.

DiskName

Gets the disk name.

IsOSDisk

Gets a value indicating whether the disk is the OS disk.

LunId

Gets the lun of disk.

Applies to