Udostępnij przez


IAgentPoolListResult Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolListResultTypeConverter))]
public interface IAgentPoolListResult : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.AgentPoolListResultTypeConverter))>]
type IAgentPoolListResult = interface
    interface IJsonSerializable
Public Interface IAgentPoolListResult
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NextLink

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

Value

The list of agent pools.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to