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.
SKU parameters supplied to the create namespace operation
public class Sku
type Sku = class
Public Class Sku
- Inheritance
-
Sku
Constructors
Sku() |
Initializes a new instance of the Sku class. |
Sku(SkuName, SkuTier, Nullable<Int32>) |
Initializes a new instance of the Sku class. |
Properties
Capacity |
Gets or sets the Event Hubs throughput units, value should be 0 to 20 throughput units. |
Name |
Gets or sets name of this SKU. Possible values include: 'Basic', 'Standard' |
Tier |
Gets or sets the billing tier of this particular SKU. Possible values include: 'Basic', 'Standard' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET