Skip to main content

guest_agents_by_virtual_machine_instances

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

Overview

Nameguest_agents_by_virtual_machine_instances
TypeResource
Idazure.system_center_vm_manager.guest_agents_by_virtual_machine_instances

Fields

NameDatatypeDescription
propertiesobjectDefines the resource properties.

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceUriReturns the list of GuestAgent of the given vm.

SELECT examples

Returns the list of GuestAgent of the given vm.

SELECT
properties
FROM azure.system_center_vm_manager.guest_agents_by_virtual_machine_instances
WHERE resourceUri = '{{ resourceUri }}';