Sdílet prostřednictvím


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