AvailableClustersList 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 response of the List Available Clusters operation.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.AvailableClustersListTypeConverter))]
public class AvailableClustersList : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IAvailableClustersList
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.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.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() |