Partilhar via


IClusterSku Interface

Definition

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

Properties

Capacity

Denotes the number of streaming units the cluster can support. Valid values for this property are multiples of 36 with a minimum value of 36 and maximum value of 216. Required on PUT (CreateOrUpdate) requests.

Name

Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to