ResourceSku Class
Describes an available Compute SKU.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute._serialization.ModelResourceSku
Constructor
ResourceSku(**kwargs: Any)
Variables
Name | Description |
---|---|
resource_type
|
The type of resource the SKU applies to. |
name
|
The name of SKU. |
tier
|
Specifies the tier of virtual machines in a scale set.:code: |
size
|
The Size of the SKU. |
family
|
The Family of this particular SKU. |
kind
|
The Kind of resources that are supported in this SKU. |
capacity
|
Specifies the number of virtual machines in the scale set. |
locations
|
The set of locations that the SKU is available. |
api_versions
|
The api versions that support this SKU. |
costs
|
Metadata for retrieving price info. |
capabilities
|
A name value pair to describe the capability. |
restrictions
|
The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. |
Azure SDK for Python