RouteType 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 typu RouteType.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.RouteType>))]
public class RouteType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.AppService.Fluent.Models.RouteType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.AppService.Fluent.Models.RouteType>))>]
type RouteType = class
inherit ExpandableStringEnum<RouteType>
Public Class RouteType
Inherits ExpandableStringEnum(Of RouteType)
- Dziedziczenie
- Atrybuty
-
Newtonsoft.Json.JsonConverterAttribute
Konstruktory
RouteType() |
Definiuje wartości typu RouteType. |
Pola
DEFAULT |
Definiuje wartości typu RouteType. |
INHERITED |
Definiuje wartości typu RouteType. |
STATIC |
Definiuje wartości typu RouteType. |
Właściwości
Value |
Definiuje wartości typu RouteType. (Odziedziczone po ExpandableStringEnum<T>) |
Metody
Equals(Object) |
Definiuje wartości typu RouteType. (Odziedziczone po ExpandableStringEnum<T>) |
Equals(String) |
Definiuje wartości typu RouteType. (Odziedziczone po ExpandableStringEnum<T>) |
GetHashCode() |
Definiuje wartości typu RouteType. (Odziedziczone po ExpandableStringEnum<T>) |
ToString() |
Definiuje wartości typu RouteType. (Odziedziczone po ExpandableStringEnum<T>) |
Dotyczy
Azure SDK for .NET