UpgradeChannel Class

Definition

Defines values for UpgradeChannel.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.UpgradeChannel>))]
public class UpgradeChannel : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.ContainerService.Fluent.Models.UpgradeChannel>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerService.Fluent.Models.UpgradeChannel>))>]
type UpgradeChannel = class
    inherit ExpandableStringEnum<UpgradeChannel>
Public Class UpgradeChannel
Inherits ExpandableStringEnum(Of UpgradeChannel)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

UpgradeChannel()

Fields

None
Patch
Rapid
Stable

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to