Skip to main content

vw_managers

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

Overview

Namevw_managers
TypeView
Idazure_extras.storsimple_1200_series.vw_managers

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,
tags as tags,
etag as etag,
JSON_EXTRACT(properties, '$.cisIntrinsicSettings') as "cis_intrinsic_settings",
JSON_EXTRACT(properties, '$.sku') as "sku",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
managerName
FROM azure_extras.storsimple_1200_series.managers
WHERE subscriptionId = 'replace-me';