ResourceSkuZoneDetails Class

Details of capabilities available to a SKU in specific zones.

Inheritance
ResourceSkuZoneDetails

Constructor

ResourceSkuZoneDetails(*, name: Optional[List[str]] = None, capabilities: Optional[List[azure.mgmt.appplatform.v2020_11_01_preview.models._models_py3.ResourceSkuCapabilities]] = None, **kwargs)

Variables

name
list[str]

Gets the set of zones that the SKU is available in with the specified capabilities.

capabilities
list[ResourceSkuCapabilities]

Gets a list of capabilities that are available for the SKU in the specified list of zones.