你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IClusterProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.ClusterPropertiesTypeConverter))]
public interface IClusterProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.ClusterPropertiesTypeConverter))>]
type IClusterProperties = interface
    interface IJsonSerializable
Public Interface IClusterProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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.

CreatedDate

The date this cluster was created.

ProvisioningState

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to