Skip to main content

vw_operator_api_plans

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

Overview

Namevw_operator_api_plans
TypeView
Idazure.programmableconnectivity.vw_operator_api_plans

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.operatorName') as "operator_name",
JSON_EXTRACT(properties, '$.camaraApiName') as "camara_api_name",
JSON_EXTRACT(properties, '$.supportedLocations') as "supported_locations",
JSON_EXTRACT(properties, '$.operatorRegions') as "operator_regions",
JSON_EXTRACT(properties, '$.markets') as "markets",
JSON_EXTRACT(properties, '$.limits') as "limits",
JSON_EXTRACT(properties, '$.marketplaceProperties') as "marketplace_properties",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
operatorApiPlanName
FROM azure.programmableconnectivity.operator_api_plans
WHERE subscriptionId = 'replace-me';