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.Model
ResourceSku

Constructor

ResourceSku(**kwargs: Any)

Variables

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

Specifies the number of virtual machines in the scale set.

locations

The set of locations that the SKU is available.

location_info

A list of locations and availability zones in those locations where 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.