共用方式為


RouteType 類別

定義

定義 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)
繼承
屬性
Newtonsoft.Json.JsonConverterAttribute

建構函式

RouteType()

定義 RouteType 的值。

欄位

DEFAULT

定義 RouteType 的值。

INHERITED

定義 RouteType 的值。

STATIC

定義 RouteType 的值。

屬性

Value

定義 RouteType 的值。

(繼承來源 ExpandableStringEnum<T>)

方法

Equals(Object)

定義 RouteType 的值。

(繼承來源 ExpandableStringEnum<T>)
Equals(String)

定義 RouteType 的值。

(繼承來源 ExpandableStringEnum<T>)
GetHashCode()

定義 RouteType 的值。

(繼承來源 ExpandableStringEnum<T>)
ToString()

定義 RouteType 的值。

(繼承來源 ExpandableStringEnum<T>)

適用於