VirtualMachineInstanceProperties interface
虚拟机实例资源下的属性
属性
| create |
布尔值,指示这是现有的本地虚拟机还是应该创建一个本地虚拟机。 |
| guest |
来宾代理安装状态。 |
| hardware |
HardwareProfile - 指定虚拟机实例的硬件设置。 |
| host |
VM 所在的主机节点的名称。 |
| host |
VM 所在的主机节点的名称。 |
| http |
VM 的 HTTP 代理配置。 |
| hyper |
Hyper-V VM 资源的唯一标识符。 |
| instance |
虚拟机实例视图。 |
| network |
NetworkProfile - 描述虚拟机实例的网络配置 |
| os |
OsProfile - 描述作系统的配置并设置登录数据 |
| placement |
PlacementProfile - 指定虚拟机的放置相关设置。 |
| provisioning |
虚拟机实例的置备状态。 |
| resource |
ARC 定义的唯一标识符,用于标识虚拟机的来宾。 |
| 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 定义的唯一标识符,用于标识虚拟机的来宾。
resourceUid?: string
属性值
string
securityProfile
SecurityProfile - 指定虚拟机实例的安全设置。
securityProfile?: VirtualMachineInstancePropertiesSecurityProfile
属性值
status
storageProfile
StorageProfile - 包含有关虚拟机实例的磁盘和存储信息的信息
storageProfile?: VirtualMachineInstancePropertiesStorageProfile
属性值
vmId
VM 资源的唯一标识符。
vmId?: string
属性值
string