VirtualMachineInstanceProperties interface
虛擬機器執行個體資源下的屬性
屬性
| create |
布林值,指出這是現有的本機虛擬機還是應該創建一個虛擬機。 |
| guest |
客體代理程式安裝狀態。 |
| hardware |
HardwareProfile - 指定虛擬機器執行個體的硬體設定。 |
| host |
VM 所在主機節點的名稱。 |
| host |
VM 所在主機節點的名稱。 |
| http |
VM 的 HTTP Proxy 組態。 |
| hyper |
Hyper-V VM 資源的唯一識別碼。 |
| instance |
虛擬機器執行個體檢視。 |
| network |
NetworkProfile - 描述虛擬機器執行個體的網路設定 |
| os |
OsProfile - 描述作業系統的配置並設定登入資料 |
| placement |
PlacementProfile - 指定虛擬機器的放置相關設定。 |
| provisioning |
虛擬機器執行個體的佈建狀態。 |
| resource |
ARC 定義的唯一識別碼,用於識別 VM 的客體。 |
| security |
SecurityProfile - 指定虛擬機器執行個體的安全性設定。 |
| status | 觀察到的虛擬機器執行個體狀態 |
| storage |
StorageProfile - 包含虛擬機器執行個體磁碟和儲存資訊的相關資訊 |
| vm |
VM 資源的唯一識別碼。 |
屬性詳細資料
createFromLocal
布林值,指出這是現有的本機虛擬機還是應該創建一個虛擬機。
createFromLocal?: boolean
屬性值
boolean
guestAgentInstallStatus
hardwareProfile
HardwareProfile - 指定虛擬機器執行個體的硬體設定。
hardwareProfile?: VirtualMachineInstancePropertiesHardwareProfile
屬性值
hostNodeIpAddress
VM 所在主機節點的名稱。
hostNodeIpAddress?: string
屬性值
string
hostNodeName
VM 所在主機節點的名稱。
hostNodeName?: string
屬性值
string
httpProxyConfig
hyperVVmId
Hyper-V VM 資源的唯一識別碼。
hyperVVmId?: string
屬性值
string
instanceView
networkProfile
NetworkProfile - 描述虛擬機器執行個體的網路設定
networkProfile?: VirtualMachineInstancePropertiesNetworkProfile
屬性值
osProfile
OsProfile - 描述作業系統的配置並設定登入資料
osProfile?: VirtualMachineInstancePropertiesOsProfile
屬性值
placementProfile
PlacementProfile - 指定虛擬機器的放置相關設定。
placementProfile?: VirtualMachineInstancePropertiesPlacementProfile
屬性值
provisioningState
虛擬機器執行個體的佈建狀態。
provisioningState?: string
屬性值
string
resourceUid
ARC 定義的唯一識別碼,用於識別 VM 的客體。
resourceUid?: string
屬性值
string
securityProfile
SecurityProfile - 指定虛擬機器執行個體的安全性設定。
securityProfile?: VirtualMachineInstancePropertiesSecurityProfile
屬性值
status
storageProfile
StorageProfile - 包含虛擬機器執行個體磁碟和儲存資訊的相關資訊
storageProfile?: VirtualMachineInstancePropertiesStorageProfile
屬性值
vmId
VM 資源的唯一識別碼。
vmId?: string
屬性值
string