guest_agents_by_virtual_machine_instances
Creates, updates, deletes, gets or lists a guest_agents_by_virtual_machine_instances
resource.
Overview
Name | guest_agents_by_virtual_machine_instances |
Type | Resource |
Id | azure.system_center_vm_manager.guest_agents_by_virtual_machine_instances |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | Defines the resource properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceUri | Returns 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 }}';