Skip to main content

vw_asset_endpoint_profiles

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

Overview

Namevw_asset_endpoint_profiles
TypeView
Idazure.device_registry.vw_asset_endpoint_profiles

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, '$.uuid') as "uuid",
JSON_EXTRACT(properties, '$.targetAddress') as "target_address",
JSON_EXTRACT(properties, '$.endpointProfileType') as "endpoint_profile_type",
JSON_EXTRACT(properties, '$.authentication') as "authentication",
JSON_EXTRACT(properties, '$.additionalConfiguration') as "additional_configuration",
JSON_EXTRACT(properties, '$.discoveredAssetEndpointProfileRef') as "discovered_asset_endpoint_profile_ref",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
assetEndpointProfileName
FROM azure.device_registry.asset_endpoint_profiles
WHERE subscriptionId = 'replace-me';