OsTypeSelected1 Classe
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Define valores para OsTypeSelected1.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected1>))]
public class OsTypeSelected1 : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected1>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected1>))>]
type OsTypeSelected1 = class
inherit ExpandableStringEnum<OsTypeSelected1>
Public Class OsTypeSelected1
Inherits ExpandableStringEnum(Of OsTypeSelected1)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
OsTypeSelected1() |
Define valores para OsTypeSelected1. |
Campos
Linux |
Define valores para OsTypeSelected1. |
LinuxFunctions |
Define valores para OsTypeSelected1. |
Windows |
Define valores para OsTypeSelected1. |
WindowsFunctions |
Define valores para OsTypeSelected1. |
Propriedades
Value |
Define valores para OsTypeSelected1. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para OsTypeSelected1. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para OsTypeSelected1. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para OsTypeSelected1. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para OsTypeSelected1. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET