次の方法で共有


EffectiveRouteState 構造体

定義

有効なルートの値。

public readonly struct EffectiveRouteState : IEquatable<Azure.ResourceManager.Network.Models.EffectiveRouteState>
type EffectiveRouteState = struct
Public Structure EffectiveRouteState
Implements IEquatable(Of EffectiveRouteState)
継承
EffectiveRouteState
実装

コンストラクター

EffectiveRouteState(String)

EffectiveRouteState の新しいインスタンスを初期化します。

プロパティ

Active

[アクティブ]:

Invalid

無効。

メソッド

Equals(EffectiveRouteState)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(EffectiveRouteState, EffectiveRouteState)

2 つの EffectiveRouteState 値が同じかどうかを判断します。

Implicit(String to EffectiveRouteState)

文字列を EffectiveRouteState に変換します。

Inequality(EffectiveRouteState, EffectiveRouteState)

2 つの EffectiveRouteState 値が同じでないかどうかを判断します。

適用対象