Skip to main content

vw_guest_agents

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

Overview

Namevw_guest_agents
TypeView
Idazure.system_center_vm_manager.vw_guest_agents

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.uuid') as "uuid",
JSON_EXTRACT(properties, '$.credentials') as "credentials",
JSON_EXTRACT(properties, '$.httpProxyConfig') as "http_proxy_config",
JSON_EXTRACT(properties, '$.provisioningAction') as "provisioning_action",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.customResourceName') as "custom_resource_name",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.privateLinkScopeResourceId') as "private_link_scope_resource_id",
resourceUri
FROM azure.system_center_vm_manager.guest_agents
WHERE resourceUri = 'replace-me';