Sdílet prostřednictvím


StreamAnalyticsClusterProperties Class

Definition

The properties associated with a Stream Analytics cluster.

public class StreamAnalyticsClusterProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsClusterProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsClusterProperties>
public class StreamAnalyticsClusterProperties
type StreamAnalyticsClusterProperties = class
    interface IJsonModel<StreamAnalyticsClusterProperties>
    interface IPersistableModel<StreamAnalyticsClusterProperties>
type StreamAnalyticsClusterProperties = class
Public Class StreamAnalyticsClusterProperties
Implements IJsonModel(Of StreamAnalyticsClusterProperties), IPersistableModel(Of StreamAnalyticsClusterProperties)
Public Class StreamAnalyticsClusterProperties
Inheritance
StreamAnalyticsClusterProperties
Implements

Constructors

StreamAnalyticsClusterProperties()

Initializes a new instance of StreamAnalyticsClusterProperties.

Properties

CapacityAllocated

Represents the number of streaming units currently being used on the cluster.

CapacityAssigned

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

Unique identifier for the cluster.

CreatedOn

The date this cluster was created.

ProvisioningState

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsClusterProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StreamAnalyticsClusterProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsClusterProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsClusterProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StreamAnalyticsClusterProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to