Dela via


AgentPoolUpgradeProfilePropertiesUpgradesItem Constructors

Definition

Overloads

AgentPoolUpgradeProfilePropertiesUpgradesItem()

Initializes a new instance of the AgentPoolUpgradeProfilePropertiesUpgradesItem class.

AgentPoolUpgradeProfilePropertiesUpgradesItem(String, Nullable<Boolean>)

Initializes a new instance of the AgentPoolUpgradeProfilePropertiesUpgradesItem class.

AgentPoolUpgradeProfilePropertiesUpgradesItem()

Initializes a new instance of the AgentPoolUpgradeProfilePropertiesUpgradesItem class.

public AgentPoolUpgradeProfilePropertiesUpgradesItem ();
Public Sub New ()

Applies to

AgentPoolUpgradeProfilePropertiesUpgradesItem(String, Nullable<Boolean>)

Initializes a new instance of the AgentPoolUpgradeProfilePropertiesUpgradesItem class.

public AgentPoolUpgradeProfilePropertiesUpgradesItem (string kubernetesVersion = default, bool? isPreview = default);
new Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem : string * Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.AgentPoolUpgradeProfilePropertiesUpgradesItem
Public Sub New (Optional kubernetesVersion As String = Nothing, Optional isPreview As Nullable(Of Boolean) = Nothing)

Parameters

kubernetesVersion
String

The Kubernetes version (major.minor.patch).

isPreview
Nullable<Boolean>

Whether the Kubernetes version is currently in preview.

Applies to