Package version:

Interface ResourceSku

Describes an available Compute SKU.

interface ResourceSku {
    apiVersions?: string[];
    capabilities?: ResourceSkuCapabilities[];
    capacity?: ResourceSkuCapacity;
    costs?: ResourceSkuCosts[];
    family?: string;
    kind?: string;
    locationInfo?: ResourceSkuLocationInfo[];
    locations?: string[];
    name?: string;
    resourceType?: string;
    restrictions?: ResourceSkuRestrictions[];
    size?: string;
    tier?: string;
}

Properties

apiVersions?: string[]

The api versions that support this SKU. NOTE: This property will not be serialized. It can only be populated by the server.

capabilities?: ResourceSkuCapabilities[]

A name value pair to describe the capability. NOTE: This property will not be serialized. It can only be populated by the server.

Specifies the number of virtual machines in the scale set. NOTE: This property will not be serialized. It can only be populated by the server.

Metadata for retrieving price info. NOTE: This property will not be serialized. It can only be populated by the server.

family?: string

The Family of this particular SKU. NOTE: This property will not be serialized. It can only be populated by the server.

kind?: string

The Kind of resources that are supported in this SKU. NOTE: This property will not be serialized. It can only be populated by the server.

locationInfo?: ResourceSkuLocationInfo[]

A list of locations and availability zones in those locations where the SKU is available. NOTE: This property will not be serialized. It can only be populated by the server.

locations?: string[]

The set of locations that the SKU is available. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of SKU. NOTE: This property will not be serialized. It can only be populated by the server.

resourceType?: string

The type of resource the SKU applies to. NOTE: This property will not be serialized. It can only be populated by the server.

restrictions?: ResourceSkuRestrictions[]

The restrictions because of which SKU cannot be used. This is empty if there are no restrictions. NOTE: This property will not be serialized. It can only be populated by the server.

size?: string

The Size of the SKU. NOTE: This property will not be serialized. It can only be populated by the server.

tier?: string

Specifies the tier of virtual machines in a scale set.

Possible Values:

Standard

Basic NOTE: This property will not be serialized. It can only be populated by the server.