OsTypeSelected Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Definiuje wartości dla elementu 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)
- Dziedziczenie
- Atrybuty
-
Newtonsoft.Json.JsonConverterAttribute
Konstruktory
OsTypeSelected() |
Definiuje wartości dla elementu OsTypeSelected. |
Pola
Linux |
Definiuje wartości dla elementu OsTypeSelected. |
LinuxFunctions |
Definiuje wartości dla elementu OsTypeSelected. |
Windows |
Definiuje wartości dla elementu OsTypeSelected. |
WindowsFunctions |
Definiuje wartości dla elementu OsTypeSelected. |
Właściwości
Value |
Definiuje wartości dla elementu OsTypeSelected. (Odziedziczone po ExpandableStringEnum<T>) |
Metody
Equals(Object) |
Definiuje wartości dla elementu OsTypeSelected. (Odziedziczone po ExpandableStringEnum<T>) |
Equals(String) |
Definiuje wartości dla elementu OsTypeSelected. (Odziedziczone po ExpandableStringEnum<T>) |
GetHashCode() |
Definiuje wartości dla elementu OsTypeSelected. (Odziedziczone po ExpandableStringEnum<T>) |
ToString() |
Definiuje wartości dla elementu OsTypeSelected. (Odziedziczone po ExpandableStringEnum<T>) |
Dotyczy
Azure SDK for .NET