Skip to main content

monitor_vm_host_updates

Creates, updates, deletes, gets or lists a monitor_vm_host_updates resource.

Overview

Namemonitor_vm_host_updates
TypeResource
Idazure_isv.logz.monitor_vm_host_updates

Fields

NameDatatypeDescription
idstringRequest of a list vm host update operation.
agentVersionstringVersion of the Logz agent installed on the VM.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmonitorName, resourceGroupName, subscriptionId

SELECT examples

SELECT
id,
agentVersion
FROM azure_isv.logz.monitor_vm_host_updates
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';