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.
SKU parameters particular to a cluster instance.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterSkuTypeConverter))]
public class ClusterSku : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterSku
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.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 |
The quantity of Event Hubs Cluster Capacity Units contained in this cluster. |
Name |
Name of this SKU. |
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.EventHub.Models.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. |
ToString() |