ResourceSkuLocationInfoOutput interface
Describes an available Compute SKU Location Information.
Properties
| extended |
The names of extended locations. |
| location | Location of the SKU |
| type | The type of the extended location. |
| zone |
Details of capabilities available to a SKU in specific zones. |
| zones | List of availability zones where the SKU is supported. |
Property Details
extendedLocations
The names of extended locations.
extendedLocations?: string[]
Property Value
string[]
location
Location of the SKU
location?: string
Property Value
string
type
The type of the extended location.
type?: "EdgeZone"
Property Value
"EdgeZone"
zoneDetails
Details of capabilities available to a SKU in specific zones.
zoneDetails?: ResourceSkuZoneDetailsOutput[]
Property Value
zones
List of availability zones where the SKU is supported.
zones?: string[]
Property Value
string[]