Share via


ClusterListResult Class

Definition

The list Kusto clusters operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ClusterListResultTypeConverter))]
public class ClusterListResult : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IClusterListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.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

Value

The list of Kusto clusters.

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.Kusto.Models.Api20230815.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.

Applies to