Skip to main content

monitor_vm_hosts

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

Overview

Namemonitor_vm_hosts
TypeResource
Idazure_isv.logz.monitor_vm_hosts

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_hosts
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';