Share via


ClusterSku Class

Definition

SKU parameters particular to a cluster instance.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ClusterSkuTypeConverter))]
public class ClusterSku : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IClusterSku
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.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.Api202301Preview.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()

Applies to