ServiceSku Class

Definition

An Azure SKU instance

public class ServiceSku
type ServiceSku = class
Public Class ServiceSku
Inheritance
ServiceSku

Constructors

ServiceSku()

Initializes a new instance of the ServiceSku class.

ServiceSku(String, String, String, String, Nullable<Int32>)

Initializes a new instance of the ServiceSku class.

Properties

Capacity

Gets or sets the capacity of the SKU, if it supports scaling

Family

Gets or sets the SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines

Name

Gets or sets the unique name of the SKU, such as 'P3'

Size

Gets or sets the size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines

Tier

Gets or sets the tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical'

Applies to