Share via


AgentPoolListResult Class

Definition

The collection of agent pools.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.AgentPoolListResultTypeConverter))]
public class AgentPoolListResult : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPoolListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.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 URI that can be used to request the next set of paged results.

Value

The collection 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.ContainerRegistry.Models.Api20190601Preview.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