ResourceSku interface 
Describes an available Azure Spring Apps SKU.
Properties
| capacity | Gets the capacity of SKU.  | 
| location | 
	Gets a list of locations and availability zones in those locations where the SKU is available.  | 
| locations | Gets the set of locations that the SKU is available.  | 
| name | Gets the name of SKU.  | 
| resource | 
	Gets the type of resource the SKU applies to.  | 
| restrictions | Gets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions.  | 
| tier | Gets the tier of SKU.  | 
Property Details
capacity
		locationInfo
	 
	Gets a list of locations and availability zones in those locations where the SKU is available.
locationInfo?: ResourceSkuLocationInfo[]
				Property Value
locations
Gets the set of locations that the SKU is available.
locations?: string[]
				Property Value
string[]
name
Gets the name of SKU.
name?: string
				Property Value
string
		resourceType
	 
	Gets the type of resource the SKU applies to.
resourceType?: string
				Property Value
string
restrictions
Gets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
restrictions?: ResourceSkuRestrictions[]
				Property Value
tier
Gets the tier of SKU.
tier?: string
				Property Value
string