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

DedicatedHostInstanceView Class

The instance view of a dedicated host.

Constructor

DedicatedHostInstanceView(*args: Any, **kwargs: Any)

Variables

Name Description
asset_id
str

Specifies the unique id of the dedicated physical machine on which the dedicated host resides.

available_capacity

Unutilized capacity of the dedicated host.

statuses

The resource status information.

Attributes

asset_id

Specifies the unique id of the dedicated physical machine on which the dedicated host resides.

asset_id: str | None

available_capacity

Unutilized capacity of the dedicated host.

available_capacity: _models.DedicatedHostAvailableCapacity | None

statuses

The resource status information.

statuses: list['_models.InstanceViewStatus'] | None