Share via


ManagedClusterPoolUpgradeProfileUpgradesItem Constructors

Definition

Overloads

ManagedClusterPoolUpgradeProfileUpgradesItem()

Initializes a new instance of the ManagedClusterPoolUpgradeProfileUpgradesItem class.

ManagedClusterPoolUpgradeProfileUpgradesItem(String, Nullable<Boolean>)

Initializes a new instance of the ManagedClusterPoolUpgradeProfileUpgradesItem class.

ManagedClusterPoolUpgradeProfileUpgradesItem()

Initializes a new instance of the ManagedClusterPoolUpgradeProfileUpgradesItem class.

public ManagedClusterPoolUpgradeProfileUpgradesItem ();
Public Sub New ()

Applies to

ManagedClusterPoolUpgradeProfileUpgradesItem(String, Nullable<Boolean>)

Initializes a new instance of the ManagedClusterPoolUpgradeProfileUpgradesItem class.

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

Parameters

kubernetesVersion
String

Kubernetes version (major, minor, patch).

isPreview
Nullable<Boolean>

Whether Kubernetes version is currently in preview.

Applies to