ClusterListResultAutoGenerated 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 Event Hubs Clusters operation.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterListResultAutoGeneratedTypeConverter))]
public class ClusterListResultAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterListResultAutoGenerated
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ClusterListResultAutoGeneratedTypeConverter))>]
type ClusterListResultAutoGenerated = class
interface IClusterListResultAutoGenerated
interface IJsonSerializable
Public Class ClusterListResultAutoGenerated
Implements IClusterListResultAutoGenerated
- Inheritance
-
ClusterListResultAutoGenerated
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ClusterListResultAutoGenerated() |
Creates an new ClusterListResultAutoGenerated instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterListResultAutoGenerated. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterListResultAutoGenerated. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IClusterListResultAutoGenerated. |
| FromJsonString(String) |
Creates a new instance of ClusterListResultAutoGenerated, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterListResultAutoGenerated into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |