ManagedClusterPoolUpgradeProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ManagedClusterPoolUpgradeProfile() |
Initialisiert eine neue instance der ManagedClusterPoolUpgradeProfile-Klasse. |
ManagedClusterPoolUpgradeProfile(String, OSType, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>) |
Initialisiert eine neue instance der ManagedClusterPoolUpgradeProfile-Klasse. |
ManagedClusterPoolUpgradeProfile()
Initialisiert eine neue instance der ManagedClusterPoolUpgradeProfile-Klasse.
public ManagedClusterPoolUpgradeProfile ();
Public Sub New ()
Gilt für:
ManagedClusterPoolUpgradeProfile(String, OSType, String, IList<ManagedClusterPoolUpgradeProfileUpgradesItem>)
Initialisiert eine neue instance der ManagedClusterPoolUpgradeProfile-Klasse.
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)
Parameter
- kubernetesVersion
- String
Kubernetes-Version (Hauptversion, Nebenversion, Patch).
- osType
- OSType
OsType, der zum Angeben des Betriebssystemtyps verwendet werden soll. Wählen Sie zwischen Linux und Windows aus. Standardmäßig wird Linux verwendet. Mögliche Werte: "Linux", "Windows"
- name
- String
Poolname.
Liste der Orchestratortypen und -versionen, die für das Upgrade verfügbar sind.
Gilt für:
Azure SDK for .NET