Sdílet prostřednictvím


AgentPoolListResult Class

Definition

The response from the List Agent Pools operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.AgentPoolListResultTypeConverter))]
public class AgentPoolListResult : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.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

The URL to get the next set of agent pool results.

Value

The list of agent pools.

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.Aks.Models.Api20230201.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.

Applies to