ManagedClusterPoolUpgradeProfileUpgradesItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).