Aracılığıyla paylaş


AgentPoolUpgradeProfileInner Constructors

Definition

Overloads

AgentPoolUpgradeProfileInner()

Initializes a new instance of the AgentPoolUpgradeProfileInner class.

AgentPoolUpgradeProfileInner(String, OSType, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String)

Initializes a new instance of the AgentPoolUpgradeProfileInner class.

AgentPoolUpgradeProfileInner()

Initializes a new instance of the AgentPoolUpgradeProfileInner class.

public AgentPoolUpgradeProfileInner ();
Public Sub New ()

Applies to

AgentPoolUpgradeProfileInner(String, OSType, String, String, String, IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>, String)

Initializes a new instance of the AgentPoolUpgradeProfileInner class.

public AgentPoolUpgradeProfileInner (string kubernetesVersion, Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType, string id = default, string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> upgrades = default, string latestNodeImageVersion = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfileInner : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem> * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeProfileInner
Public Sub New (kubernetesVersion As String, osType As OSType, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional upgrades As IList(Of AgentPoolUpgradeProfilePropertiesUpgradesItem) = Nothing, Optional latestNodeImageVersion As String = Nothing)

Parameters

kubernetesVersion
String

Kubernetes version (major, minor, patch).

osType
OSType

OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'

id
String

Id of the agent pool upgrade profile.

name
String

Name of the agent pool upgrade profile.

type
String

Type of the agent pool upgrade profile.

upgrades
IList<AgentPoolUpgradeProfilePropertiesUpgradesItem>

List of orchestrator types and versions available for upgrade.

latestNodeImageVersion
String

LatestNodeImageVersion is the latest AKS supported node image version.

Applies to