Skip to main content

vw_infra_roles

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

Overview

Namevw_infra_roles
TypeView
Idazure_stack.fabric_admin.vw_infra_roles

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.instances') as "instances",
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.restartable') as "restartable",
subscriptionId,
resourceGroupName,
location,
infraRole
FROM azure_stack.fabric_admin.infra_roles
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND location = 'replace-me';