ServiceSku 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.
An Azure SKU instance.
public class ServiceSku
type ServiceSku = class
Public Class ServiceSku
- Inheritance
-
ServiceSku
Constructors
ServiceSku() |
Initializes a new instance of ServiceSku. |
Properties
Capacity |
The capacity of the SKU, if it supports scaling. |
Family |
The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines. |
Name |
The unique name of the SKU, such as 'P3'. |
Size |
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 |
The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical'. |
Applies to
Azure SDK for .NET