次の方法で共有


VirtualNetworkPeering.PeeringSyncLevel プロパティ

定義

仮想ネットワーク ピアリングのピアリング同期状態を取得または設定します。 指定できる値は、'FullyInSync'、'RemoteNotInSync'、'LocalNotInSync'、'LocalAndRemoteNotInSync' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.peeringSyncLevel")]
public string PeeringSyncLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.peeringSyncLevel")>]
member this.PeeringSyncLevel : string with get, set
Public Property PeeringSyncLevel As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象