次の方法で共有


Direction クラス

定義

Direction の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.Direction>))]
public class Direction : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.Direction>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.Direction>))>]
type Direction = class
    inherit ExpandableStringEnum<Direction>
Public Class Direction
Inherits ExpandableStringEnum(Of Direction)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

Direction()

Direction の値を定義します。

フィールド

Inbound

Direction の値を定義します。

Outbound

Direction の値を定義します。

プロパティ

Value

Direction の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

Direction の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

Direction の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

Direction の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

Direction の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象