OsTypeSelected 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 OsTypeSelected.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected>))]
public class OsTypeSelected : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected>))>]
type OsTypeSelected = class
inherit ExpandableStringEnum<OsTypeSelected>
Public Class OsTypeSelected
Inherits ExpandableStringEnum(Of OsTypeSelected)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
OsTypeSelected() |
Define valores para OsTypeSelected. |
Campos
Linux |
Define valores para OsTypeSelected. |
LinuxFunctions |
Define valores para OsTypeSelected. |
Windows |
Define valores para OsTypeSelected. |
WindowsFunctions |
Define valores para OsTypeSelected. |
Propriedades
Value |
Define valores para OsTypeSelected. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para OsTypeSelected. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para OsTypeSelected. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para OsTypeSelected. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para OsTypeSelected. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET