ResourceSkuZoneDetails Class
Describes The zonal capabilities of a SKU.
Constructor
ResourceSkuZoneDetails(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The set of zones that the SKU is available in with the specified capabilities. |
|
capabilities
|
A list of capabilities that are available for the SKU in the specified list of zones. |
Attributes
capabilities
A list of capabilities that are available for the SKU in the specified list of zones.
capabilities: list['_models.ResourceSkuCapabilities'] | None
name
The set of zones that the SKU is available in with the specified capabilities.
name: list[str] | None