ClusterSku Class

Definition

The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.

public class ClusterSku
type ClusterSku = class
Public Class ClusterSku
Inheritance
ClusterSku

Constructors

ClusterSku()

Initializes a new instance of the ClusterSku class.

ClusterSku(String, Nullable<Int32>)

Initializes a new instance of the ClusterSku class.

Properties

Capacity

Gets or sets denotes the number of streaming units the cluster can support. Valid values for this property are multiples of 36 with a minimum value of 36 and maximum value of 216. Required on PUT (CreateOrUpdate) requests.

Name

Gets or sets specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. Possible values include: 'Default'

Methods

Validate()

Validate the object.

Applies to