次の方法で共有


ManagedClusterAutoUpgradeProfile.UpgradeChannel プロパティ

定義

自動アップグレードのアップグレード チャネルを取得または設定します。 使用可能な値は、'rapid'、'stable'、'patch'、'none' です。

[Newtonsoft.Json.JsonProperty(PropertyName="upgradeChannel")]
public Microsoft.Azure.Management.ContainerService.Fluent.Models.UpgradeChannel UpgradeChannel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="upgradeChannel")>]
member this.UpgradeChannel : Microsoft.Azure.Management.ContainerService.Fluent.Models.UpgradeChannel with get, set
Public Property UpgradeChannel As UpgradeChannel

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象