AgentPoolUpgradeProfilePropertiesUpgradesItem 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
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).