Condividi tramite


KustoPoolListResult Class

Definition

The list Kusto pools operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.KustoPoolListResultTypeConverter))]
public class KustoPoolListResult : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPoolListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.KustoPoolListResultTypeConverter))>]
type KustoPoolListResult = class
    interface IKustoPoolListResult
    interface IJsonSerializable
Public Class KustoPoolListResult
Implements IKustoPoolListResult
Inheritance
KustoPoolListResult
Attributes
Implements

Constructors

KustoPoolListResult()

Creates an new KustoPoolListResult instance.

Properties

Value

The list of Kusto pools.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KustoPoolListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KustoPoolListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IKustoPoolListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KustoPoolListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to