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.
Identifies the unique system identifier for each Azure resource.
public class Sku
type Sku = class
Public Class Sku
- Inheritance
-
Sku
Constructors
Sku() |
Initializes a new instance of the Sku class. |
Sku(String, String, String, String, String) |
Initializes a new instance of the Sku class. |
Properties
Capacity |
Gets or sets the sku capacity |
Family |
Gets or sets the sku family |
Name |
Gets or sets the Sku name. Possible values include: 'Standard', 'RS0' |
Size |
Gets or sets the sku size |
Tier |
Gets or sets the Sku tier. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET