ResourceSku Class
Describes an available Azure Spring Cloud SKU.
- Inheritance
-
ResourceSku
Constructor
ResourceSku(*, resource_type: Optional[str] = None, name: Optional[str] = None, tier: Optional[str] = None, capacity: Optional[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.SkuCapacity] = None, locations: Optional[List[str]] = None, location_info: Optional[List[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.ResourceSkuLocationInfo]] = None, restrictions: Optional[List[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.ResourceSkuRestrictions]] = None, **kwargs)
Variables
- resource_type
- str
Gets the type of resource the SKU applies to.
- name
- str
Gets the name of SKU.
- tier
- str
Gets the tier of SKU.
- capacity
- SkuCapacity
Gets the capacity of SKU.
- location_info
- list[ResourceSkuLocationInfo]
Gets a list of locations and availability zones in those locations where the SKU is available.
- restrictions
- list[ResourceSkuRestrictions]
Gets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
Feedback
Submit and view feedback for