ClusterSku Constructors

Definition

Overloads

ClusterSku()

Initializes a new instance of the ClusterSku class.

ClusterSku(Nullable<Int32>)

Initializes a new instance of the ClusterSku class.

ClusterSku()

Initializes a new instance of the ClusterSku class.

public ClusterSku ();
Public Sub New ()

Applies to

ClusterSku(Nullable<Int32>)

Initializes a new instance of the ClusterSku class.

public ClusterSku (int? capacity = default);
new Microsoft.Azure.Management.EventHub.Models.ClusterSku : Nullable<int> -> Microsoft.Azure.Management.EventHub.Models.ClusterSku
Public Sub New (Optional capacity As Nullable(Of Integer) = Nothing)

Parameters

capacity
Nullable<Int32>

The quantity of Event Hubs Cluster Capacity Units contained in this cluster.

Applies to