GetClusterResult

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

Constructors

Link copied to clipboard
constructor(capacityAllocated: Int, capacityAssigned: Int, clusterId: String, createdDate: String, etag: String, id: String, location: String? = null, name: String, provisioningState: String, sku: ClusterSkuResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

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

Unique identifier for the cluster.

Link copied to clipboard

The date this cluster was created.

Link copied to clipboard

The current entity tag for the cluster. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val location: String? = null

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled

Link copied to clipboard
val sku: ClusterSkuResponse? = null

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

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.