Skip to main content

vw_project_environment_types

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

Overview

Namevw_project_environment_types
TypeView
Idazure.dev_center.vw_project_environment_types

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
systemData as system_data,
tags as tags,
identity as identity,
JSON_EXTRACT(properties, '$.deploymentTargetId') as "deployment_target_id",
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.creatorRoleAssignment') as "creator_role_assignment",
JSON_EXTRACT(properties, '$.userRoleAssignments') as "user_role_assignments",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.environmentCount') as "environment_count",
subscriptionId,
resourceGroupName,
projectName,
environmentTypeName
FROM azure.dev_center.project_environment_types
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND projectName = 'replace-me';