Skip to main content

vw_vmm_servers

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

Overview

Namevw_vmm_servers
TypeView
Idazure.system_center_vm_manager.vw_vmm_servers

Fields

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

SQL Definition

SELECT
location as location,
extendedLocation as extended_location,
tags as tags,
JSON_EXTRACT(properties, '$.credentials') as "credentials",
JSON_EXTRACT(properties, '$.fqdn') as "fqdn",
JSON_EXTRACT(properties, '$.port') as "port",
JSON_EXTRACT(properties, '$.connectionStatus') as "connection_status",
JSON_EXTRACT(properties, '$.errorMessage') as "error_message",
JSON_EXTRACT(properties, '$.uuid') as "uuid",
JSON_EXTRACT(properties, '$.version') as "version",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
vmmServerName
FROM azure.system_center_vm_manager.vmm_servers
WHERE subscriptionId = 'replace-me';