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.

locations
list[str]

The set of locations that the SKU is available.

location_info
list[ResourceSkuLocationInfo]

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

api_versions
list[str]

The api versions that support this SKU.

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.