你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachineAgentInstanceView interface
The instance view of the VM Agent running on the virtual machine.
Properties
extension |
The virtual machine extension handler instance view. |
statuses | The resource status information. |
vm |
The VM Agent full version. |
Property Details
extensionHandlers
The virtual machine extension handler instance view.
extensionHandlers?: VirtualMachineExtensionHandlerInstanceView[]
Property Value
statuses
The resource status information.
statuses?: InstanceViewStatus[]
Property Value
vmAgentVersion
The VM Agent full version.
vmAgentVersion?: string
Property Value
string