ClusterSku interface
The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.
Properties
capacity | 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 | Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. |
Property Details
capacity
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.
capacity?: number
Property Value
number
name
Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests.
name?: string
Property Value
string