ManagedClusterAutoUpgradeProfile.UpgradeChannel Property

Definition

Gets or sets upgrade channel for auto upgrade. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to