Skip to main content

vw_savings_plan_order_aliases

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

Overview

Namevw_savings_plan_order_aliases
TypeView
Idazure.billing_benefits.vw_savings_plan_order_aliases

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,
systemData as system_data,
sku as sku,
kind as kind,
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.savingsPlanOrderId') as "savings_plan_order_id",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.billingScopeId') as "billing_scope_id",
JSON_EXTRACT(properties, '$.term') as "term",
JSON_EXTRACT(properties, '$.billingPlan') as "billing_plan",
JSON_EXTRACT(properties, '$.appliedScopeType') as "applied_scope_type",
JSON_EXTRACT(properties, '$.appliedScopeProperties') as "applied_scope_properties",
JSON_EXTRACT(properties, '$.commitment') as "commitment",
JSON_EXTRACT(properties, '$.renew') as "renew",
savingsPlanOrderAliasName
FROM azure.billing_benefits.savings_plan_order_aliases
WHERE savingsPlanOrderAliasName = 'replace-me';