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
The following fields are returned by SELECT
queries:
- list
Azure operation completed successfully.
Name | Datatype | Description |
---|---|---|
properties | object | The resource-specific properties for this resource. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | resourceUri | Returns the list of GuestAgent of the given vm. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
resourceUri | string | The fully qualified Azure Resource manager identifier of the resource. |
SELECT
examples
- list
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 }}' -- required
;