Skip to main content

extended_zones

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

Overview

Nameextended_zones
TypeResource
Idazure.edge_zones.extended_zones

Fields

NameDatatypeDescription
display_nametextfield from the properties object
extendedZoneNametextfield from the properties object
geographytextfield from the properties object
geography_grouptextfield from the properties object
home_locationtextfield from the properties object
latitudetextfield from the properties object
longitudetextfield from the properties object
provisioning_statetextfield from the properties object
region_categorytextfield from the properties object
region_typetextfield from the properties object
regional_display_nametextfield from the properties object
registration_statetextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTextendedZoneName, subscriptionIdGets an Azure Extended Zone for a subscription
list_by_subscriptionSELECTsubscriptionIdLists the Azure Extended Zones available to a subscription
registerEXECextendedZoneName, subscriptionIdRegisters a subscription for an Extended Zone
unregisterEXECextendedZoneName, subscriptionIdUnregisters a subscription for an Extended Zone

SELECT examples

Lists the Azure Extended Zones available to a subscription

SELECT
display_name,
extendedZoneName,
geography,
geography_group,
home_location,
latitude,
longitude,
provisioning_state,
region_category,
region_type,
regional_display_name,
registration_state,
subscriptionId
FROM azure.edge_zones.vw_extended_zones
WHERE subscriptionId = '{{ subscriptionId }}';