Skip to main content

vw_vmware_host_controllers

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

Overview

Namevw_vmware_host_controllers
TypeView
Idazure.migrate.vw_vmware_host_controllers

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.createdTimestamp') as "created_timestamp",
JSON_EXTRACT(properties, '$.updatedTimestamp') as "updated_timestamp",
JSON_EXTRACT(properties, '$.datastores') as "datastores",
JSON_EXTRACT(properties, '$.vcenterId') as "vcenter_id",
JSON_EXTRACT(properties, '$.uuid') as "uuid",
JSON_EXTRACT(properties, '$.applianceNames') as "appliance_names",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
siteName,
hostName
FROM azure.migrate.vmware_host_controllers
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND siteName = 'replace-me';