Cluster Class

Definition

A Stream Analytics Cluster object

[Microsoft.Rest.Serialization.JsonTransformation]
public class Cluster : Microsoft.Azure.Management.StreamAnalytics.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Cluster = class
    inherit TrackedResource
Public Class Cluster
Inherits TrackedResource
Inheritance
Attributes

Constructors

Cluster()

Initializes a new instance of the Cluster class.

Cluster(String, String, String, IDictionary<String,String>, String, ClusterSku, String, Nullable<DateTime>, String, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the Cluster class.

Properties

CapacityAllocated

Gets represents the number of streaming units currently being used on the cluster.

CapacityAssigned

Gets 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.

ClusterId

Gets unique identifier for the cluster.

CreatedDate

Gets the date this cluster was created.

Etag

Gets 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.

Id

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

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
ProvisioningState

Gets or sets possible values include: 'Succeeded', 'Failed', 'Canceled', 'InProgress'

Sku
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to