ClusterSku Class
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.
The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.ClusterSkuTypeConverter))]
public class ClusterSku : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.IClusterSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.ClusterSkuTypeConverter))>]
type ClusterSku = class
interface IClusterSku
interface IJsonSerializable
Public Class ClusterSku
Implements IClusterSku
- Inheritance
-
ClusterSku
- Attributes
- Implements
Constructors
ClusterSku() |
Creates an new ClusterSku instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterSku. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterSku. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.IClusterSku. |
FromJsonString(String) |
Creates a new instance of ClusterSku, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterSku into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |