次の方法で共有


VirtualNetworkPeering.UseRemoteGateways プロパティ

定義

この仮想ネットワークでリモート ゲートウェイを使用できるかどうかを取得または設定します。 フラグが true に設定されていて、リモート ピアリングの allowGatewayTransit も true の場合、仮想ネットワークは転送にリモート仮想ネットワークのゲートウェイを使用します。 このフラグを true に設定できるのは、ピアリングが 1 つだけです。 仮想ネットワークにゲートウェイが既に存在する場合は、このフラグを設定できません。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.useRemoteGateways")]
public bool? UseRemoteGateways { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.useRemoteGateways")>]
member this.UseRemoteGateways : Nullable<bool> with get, set
Public Property UseRemoteGateways As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象