ManagedClusterAutoUpgradeProfile 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
ManagedClusterAutoUpgradeProfile() |
Initialisiert eine neue instance der ManagedClusterAutoUpgradeProfile-Klasse. |
ManagedClusterAutoUpgradeProfile(UpgradeChannel) |
Initialisiert eine neue instance der ManagedClusterAutoUpgradeProfile-Klasse. |
ManagedClusterAutoUpgradeProfile()
Initialisiert eine neue instance der ManagedClusterAutoUpgradeProfile-Klasse.
public ManagedClusterAutoUpgradeProfile ();
Public Sub New ()
Gilt für:
ManagedClusterAutoUpgradeProfile(UpgradeChannel)
Initialisiert eine neue instance der ManagedClusterAutoUpgradeProfile-Klasse.
public ManagedClusterAutoUpgradeProfile (Microsoft.Azure.Management.ContainerService.Fluent.Models.UpgradeChannel upgradeChannel = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAutoUpgradeProfile : Microsoft.Azure.Management.ContainerService.Fluent.Models.UpgradeChannel -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAutoUpgradeProfile
Public Sub New (Optional upgradeChannel As UpgradeChannel = Nothing)
Parameter
- upgradeChannel
- UpgradeChannel
Upgradekanal für automatisches Upgrade. Mögliche Werte: "rapid", "stable", "patch", "none"
Gilt für:
Azure SDK for .NET