다음을 통해 공유


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.Models.ManagedClusterPoolUpgradeProfileUpgradesItem : string * Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterPoolUpgradeProfileUpgradesItem
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