ResourceSku Class

Describes an available Azure Spring Cloud SKU.

Inheritance
azure.mgmt.appplatform._serialization.Model
ResourceSku

Constructor

ResourceSku(*, resource_type: str | None = None, name: str | None = None, tier: str | None = None, capacity: _models.SkuCapacity | None = None, locations: List[str] | None = None, location_info: List[_models.ResourceSkuLocationInfo] | None = None, restrictions: List[_models.ResourceSkuRestrictions] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
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

Gets the capacity of SKU.

locations

Gets the set of locations that the SKU is available.

location_info

Gets a list of locations and availability zones in those locations where the SKU is available.

restrictions

Gets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

Variables

Name Description
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

Gets the capacity of SKU.

locations

Gets the set of locations that the SKU is available.

location_info

Gets a list of locations and availability zones in those locations where the SKU is available.

restrictions

Gets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions.