你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClusterListResult Class

Definition

The response of the List Event Hubs Clusters operation.

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

Constructors

ClusterListResult()

Creates an new ClusterListResult instance.

Properties

NextLink

Link to the next set of results. Empty unless the value parameter contains an incomplete list of Event Hubs Clusters.

Value

The Event Hubs Clusters present in the List Event Hubs operation results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to