GetClusterResult

data class GetClusterResult(val etag: String, val id: String, val location: String? = null, val name: String, val properties: ClusterPropertiesResponse, val sku: ClusterSkuResponse? = null, val tags: Map<String, String>? = null, val type: String)

A Stream Analytics Cluster object

Constructors

Link copied to clipboard
constructor(etag: String, id: String, location: String? = null, name: String, properties: ClusterPropertiesResponse, sku: ClusterSkuResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

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 properties associated with a Stream Analytics cluster.

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.