ResourceSkuLocationInfo Class
Describes an available Compute SKU Location Information.
Constructor
ResourceSkuLocationInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
location
|
Location of the SKU. |
|
zones
|
List of availability zones where the SKU is supported. |
|
zone_details
|
Details of capabilities available to a SKU in specific zones. |
|
extended_locations
|
The names of extended locations. |
|
type
|
The type of the extended location. "EdgeZone" |
Attributes
extended_locations
The names of extended locations.
extended_locations: list[str] | None
location
Location of the SKU.
location: str | None
type
The type of the extended location. "EdgeZone"
type: str | _models.ExtendedLocationType | None
zone_details
Details of capabilities available to a SKU in specific zones.
zone_details: list['_models.ResourceSkuZoneDetails'] | None
zones
List of availability zones where the SKU is supported.
zones: list[str] | None