ManagedClusterPoolUpgradeProfile 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
ManagedClusterPoolUpgradeProfile() |
Initializes a new instance of the ManagedClusterPoolUpgradeProfile class. |
ManagedClusterPoolUpgradeProfile(String, OSType, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>) |
Initializes a new instance of the ManagedClusterPoolUpgradeProfile class. |
ManagedClusterPoolUpgradeProfile()
Initializes a new instance of the ManagedClusterPoolUpgradeProfile class.
public ManagedClusterPoolUpgradeProfile ();
Public Sub New ()
Applies to
ManagedClusterPoolUpgradeProfile(String, OSType, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>)
Initializes a new instance of the ManagedClusterPoolUpgradeProfile class.
public ManagedClusterPoolUpgradeProfile (string kubernetesVersion, Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType osType, string name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfileUpgradesItem> upgrades = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OSType * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfileUpgradesItem> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterPoolUpgradeProfile
Public Sub New (kubernetesVersion As String, osType As OSType, Optional name As String = Nothing, Optional upgrades As IList(Of ManagedClusterPoolUpgradeProfileUpgradesItem) = Nothing)
Parameters
- kubernetesVersion
- String
Kubernetes version (major, minor, patch).
- osType
- OSType
OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'
- name
- String
Pool name.
List of orchestrator types and versions available for upgrade.
Applies to
Azure SDK for .NET