Share via


AgentPoolListResult Class

Definition

List of all agent pool resources associated with the provisioned cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolListResultTypeConverter))]
public class AgentPoolListResult : Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.AgentPoolListResultTypeConverter))>]
type AgentPoolListResult = class
    interface IAgentPoolListResult
    interface IJsonSerializable
Public Class AgentPoolListResult
Implements IAgentPoolListResult
Inheritance
AgentPoolListResult
Attributes
Implements

Constructors

AgentPoolListResult()

Creates an new AgentPoolListResult instance.

Properties

NextLink
Value

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AgentPoolListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentPoolListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AksArc.Models.IAgentPoolListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentPoolListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to