你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AgentPoolAvailableVersionsProperties Class

Definition

The list of available agent pool versions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.AgentPoolAvailableVersionsPropertiesTypeConverter))]
public class AgentPoolAvailableVersionsProperties : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolAvailableVersionsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.AgentPoolAvailableVersionsPropertiesTypeConverter))>]
type AgentPoolAvailableVersionsProperties = class
    interface IAgentPoolAvailableVersionsProperties
    interface IJsonSerializable
Public Class AgentPoolAvailableVersionsProperties
Implements IAgentPoolAvailableVersionsProperties
Inheritance
AgentPoolAvailableVersionsProperties
Attributes
Implements

Constructors

AgentPoolAvailableVersionsProperties()

Creates an new AgentPoolAvailableVersionsProperties instance.

Properties

AgentPoolVersion

List of versions available for agent pool.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AgentPoolAvailableVersionsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AgentPoolAvailableVersionsProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolAvailableVersionsProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AgentPoolAvailableVersionsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to