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(String, String, Nullable<Int32>)

Initializes a new instance of the Sku class.

Properties

Capacity

Gets or sets the Event Hubs throughput units for Basic or Standard tiers, where value should be 0 to 20 throughput units. The Event Hubs premium units for Premium tier, where value should be 0 to 10 premium units.

Name

Gets or sets name of this SKU. Possible values include: 'Basic', 'Standard', 'Premium'

Tier

Gets or sets the billing tier of this particular SKU. Possible values include: 'Basic', 'Standard', 'Premium'

Methods

Validate()

Validate the object.

Applies to