次の方法で共有


BgpPeerState クラス

定義

BgpPeerState の値を定義します。

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

コンストラクター

BgpPeerState()

BgpPeerState の値を定義します。

フィールド

Connected

BgpPeerState の値を定義します。

Connecting

BgpPeerState の値を定義します。

Idle

BgpPeerState の値を定義します。

Stopped

BgpPeerState の値を定義します。

Unknown

BgpPeerState の値を定義します。

プロパティ

Value

BgpPeerState の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

BgpPeerState の値を定義します。

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

BgpPeerState の値を定義します。

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

BgpPeerState の値を定義します。

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

BgpPeerState の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象