Sku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Billing information related properties of a server.
public class Sku
type Sku = class
Public Class Sku
- Inheritance
-
Sku
Constructors
Sku() |
Initializes a new instance of the Sku class. |
Sku(String, String, Nullable<Int32>, String, String) |
Initializes a new instance of the Sku class. |
Properties
Capacity |
Gets or sets the scale up/out capacity, representing server's compute units. |
Family |
Gets or sets the family of hardware. |
Name |
Gets or sets the name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. |
Size |
Gets or sets the size code, to be interpreted by resource as appropriate. |
Tier |
Gets or sets the tier of the particular SKU, e.g. Basic. Possible values include: 'Basic', 'GeneralPurpose', 'MemoryOptimized' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET