Get Cluster Result
data class GetClusterResult(val capacityAllocated: Int, val capacityAssigned: Int, val clusterId: String, val createdDate: String, val etag: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val sku: ClusterSkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
A Stream Analytics Cluster object
Properties
Link copied to clipboard
Represents the number of streaming units currently being used on the cluster.
Link copied to clipboard
Represents the sum of the SUs of all streaming jobs associated with the cluster. If all of the jobs were running, this would be the capacity allocated.
Link copied to clipboard
The date this cluster was created.
Link copied to clipboard
The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled
Link copied to clipboard
The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.