Share via


Sku Class

Definition

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