Skip to main content

vw_virtual_machine_instances

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

Overview

Namevw_virtual_machine_instances
TypeView
Idazure_isv.connected_vsphere.vw_virtual_machine_instances

Fields

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

SQL Definition

SELECT
extendedLocation as extended_location,
JSON_EXTRACT(properties, '$.placementProfile') as "placement_profile",
JSON_EXTRACT(properties, '$.osProfile') as "os_profile",
JSON_EXTRACT(properties, '$.hardwareProfile') as "hardware_profile",
JSON_EXTRACT(properties, '$.networkProfile') as "network_profile",
JSON_EXTRACT(properties, '$.storageProfile') as "storage_profile",
JSON_EXTRACT(properties, '$.securityProfile') as "security_profile",
JSON_EXTRACT(properties, '$.infrastructureProfile') as "infrastructure_profile",
JSON_EXTRACT(properties, '$.powerState') as "power_state",
JSON_EXTRACT(properties, '$.statuses') as "statuses",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.resourceUid') as "resource_uid",
resourceUri
FROM azure_isv.connected_vsphere.virtual_machine_instances
WHERE resourceUri = 'replace-me';