Share via


AvailableClustersList Class

Definition

The response of the List Available Clusters operation.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.AvailableClustersListTypeConverter))]
public class AvailableClustersList : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IAvailableClustersList
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.AvailableClustersListTypeConverter))>]
type AvailableClustersList = class
    interface IAvailableClustersList
    interface IJsonSerializable
Public Class AvailableClustersList
Implements IAvailableClustersList
Inheritance
AvailableClustersList
Attributes
Implements

Constructors

AvailableClustersList()

Creates an new AvailableClustersList instance.

Properties

Value

The count of readily available and pre-provisioned Event Hubs Clusters per region.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AvailableClustersList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AvailableClustersList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AvailableClustersList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to