ClusterSku Class
The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.
- Inheritance
-
ClusterSku
Constructor
ClusterSku(*, name: Optional[Union[str, azure.mgmt.streamanalytics.models._stream_analytics_management_client_enums.ClusterSkuName]] = None, capacity: Optional[int] = None, **kwargs)
Parameters
- name
- str or <xref:stream_analytics_management_client.models.ClusterSkuName>
Required
Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. Possible values include: "Default".
- capacity
- int
Required
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.
Feedback
Submit and view feedback for