ResourceSku Class
Describes an available Compute SKU.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
ResourceSku
Constructor
ResourceSku(**kwargs)
Variables
- resource_type
- str
The type of resource the SKU applies to.
- name
- str
The name of SKU.
- tier
- str
Specifies the tier of virtual machines in a scale set.:code:<br />
Possible Values:<br />``<br /> Standard<br />``<br />
Basic.
- size
- str
The Size of the SKU.
- family
- str
The Family of this particular SKU.
- kind
- str
The Kind of resources that are supported in this SKU.
- capacity
- ResourceSkuCapacity
Specifies the number of virtual machines in the scale set.
- location_info
- list[ResourceSkuLocationInfo]
A list of locations and availability zones in those locations where the SKU is available.
- costs
- list[ResourceSkuCosts]
Metadata for retrieving price info.
- capabilities
- list[ResourceSkuCapabilities]
A name value pair to describe the capability.
- restrictions
- list[ResourceSkuRestrictions]
The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
Feedback
Submit and view feedback for