次の方法で共有


ConnectionState クラス

定義

ConnectionState の値を定義します。

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

コンストラクター

ConnectionState()

ConnectionState の値を定義します。

フィールド

Reachable

ConnectionState の値を定義します。

Unknown

ConnectionState の値を定義します。

Unreachable

ConnectionState の値を定義します。

プロパティ

Value

ConnectionState の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

ConnectionState の値を定義します。

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

ConnectionState の値を定義します。

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

ConnectionState の値を定義します。

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

ConnectionState の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象