UpgradeChannel Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define valores para 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)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
UpgradeChannel() |
Define valores para UpgradeChannel. |
Campos
None |
Define valores para UpgradeChannel. |
Patch |
Define valores para UpgradeChannel. |
Rapid |
Define valores para UpgradeChannel. |
Stable |
Define valores para UpgradeChannel. |
Propriedades
Value |
Define valores para UpgradeChannel. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para UpgradeChannel. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para UpgradeChannel. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para UpgradeChannel. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para UpgradeChannel. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET