次の方法で共有


ManagedClusterAutoUpgradeProfile コンストラクター

定義

オーバーロード

ManagedClusterAutoUpgradeProfile()

ManagedClusterAutoUpgradeProfile クラスの新しいインスタンスを初期化します。

ManagedClusterAutoUpgradeProfile(UpgradeChannel)

ManagedClusterAutoUpgradeProfile クラスの新しいインスタンスを初期化します。

ManagedClusterAutoUpgradeProfile()

ManagedClusterAutoUpgradeProfile クラスの新しいインスタンスを初期化します。

public ManagedClusterAutoUpgradeProfile ();
Public Sub New ()

適用対象

ManagedClusterAutoUpgradeProfile(UpgradeChannel)

ManagedClusterAutoUpgradeProfile クラスの新しいインスタンスを初期化します。

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)

パラメーター

upgradeChannel
UpgradeChannel

自動アップグレード用のアップグレード チャネル。 使用可能な値は、'rapid'、'stable'、'patch'、'none' です。

適用対象