MachineUpdate interface
描述混合式計算機更新。
- Extends
屬性
agent |
計算機 w.r.t 代理程序升級的資訊 |
cloud |
雲端環境的元數據(Azure/GCP/AWS/OCI...)。 |
identity | 資源的身分識別。 |
kind | 指出內部部署的 Arc 機器放置類型,例如 HCI、SCVMM 或 VMware 等。 |
location |
與資源地理位置相關的元數據。 |
os |
指定混合式電腦的作業系統設定。 |
parent |
如果有任何的話,此計算機會指派給父叢集的資源標識符(Azure HCI)。 |
private |
此計算機指派給私人連結範圍的資源標識符,如果有的話。 |
繼承的屬性
tags | 資源標籤 |
屬性詳細資料
agentUpgrade
cloudMetadata
identity
kind
指出內部部署的 Arc 機器放置類型,例如 HCI、SCVMM 或 VMware 等。
kind?: string
屬性值
string
locationData
osProfile
parentClusterResourceId
如果有任何的話,此計算機會指派給父叢集的資源標識符(Azure HCI)。
parentClusterResourceId?: string
屬性值
string
privateLinkScopeResourceId
此計算機指派給私人連結範圍的資源標識符,如果有的話。
privateLinkScopeResourceId?: string
屬性值
string
繼承的屬性詳細資料
tags
資源標籤
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}