AgentPoolUpgradeProfileProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.AgentPoolUpgradeProfilePropertiesTypeConverter))]
public class AgentPoolUpgradeProfileProperties : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.IAgentPoolUpgradeProfileProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20200901.AgentPoolUpgradeProfilePropertiesTypeConverter))>]
type AgentPoolUpgradeProfileProperties = class
    interface IAgentPoolUpgradeProfileProperties
    interface IJsonSerializable
Public Class AgentPoolUpgradeProfileProperties
Implements IAgentPoolUpgradeProfileProperties
Inheritance
AgentPoolUpgradeProfileProperties
Attributes
Implements

Constructors

AgentPoolUpgradeProfileProperties()

Properties

KubernetesVersion
LatestNodeImageVersion
OSType
Upgrade

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to