ClusterSkuAutoGenerated 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.ClusterSkuAutoGeneratedTypeConverter))]
public class ClusterSkuAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterSkuAutoGenerated
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterSkuAutoGeneratedTypeConverter))>]
type ClusterSkuAutoGenerated = class
    interface IClusterSkuAutoGenerated
    interface IJsonSerializable
Public Class ClusterSkuAutoGenerated
Implements IClusterSkuAutoGenerated
Inheritance
ClusterSkuAutoGenerated
Attributes
Implements

Constructors

Name Description
ClusterSkuAutoGenerated()

Creates an new ClusterSkuAutoGenerated instance.

Properties

Name Description
Capacity

The quantity of Event Hubs Cluster Capacity Units contained in this cluster.

Name

Name of this SKU.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterSkuAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterSkuAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterSkuAutoGenerated.

FromJsonString(String)

Creates a new instance of ClusterSkuAutoGenerated, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterSkuAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to