IClusterProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |