ResourceSku Class

Describes an available Compute SKU.

Constructor

ResourceSku(*args: Any, **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.

Possible Values:

Standard

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.

Attributes

api_versions

The api versions that support this SKU.

api_versions: list[str] | None

capabilities

A name value pair to describe the capability.

capabilities: list['_models.ResourceSkuCapabilities'] | None

capacity

Specifies the number of virtual machines in the scale set.

capacity: _models.ResourceSkuCapacity | None

costs

Metadata for retrieving price info.

costs: list['_models.ResourceSkuCosts'] | None

family

The Family of this particular SKU.

family: str | None

kind

The Kind of resources that are supported in this SKU.

kind: str | None

location_info

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

location_info: list['_models.ResourceSkuLocationInfo'] | None

locations

The set of locations that the SKU is available.

locations: list[str] | None

name

The name of SKU.

name: str | None

resource_type

The type of resource the SKU applies to.

resource_type: str | None

restrictions

The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

restrictions: list['_models.ResourceSkuRestrictions'] | None

size

The Size of the SKU.

size: str | None

tier



Standard

Basic.

tier: str | None