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

The following fields are returned by SELECT queries:

Azure operation completed successfully.

NameDatatypeDescription
propertiesobjectThe resource-specific properties for this resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectresourceUriReturns 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.

NameDatatypeDescription
resourceUristringThe fully qualified Azure Resource manager identifier of the resource.

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 }}' -- required
;