次の方法で共有


VirtualNetworkPeering.AllowVirtualNetworkAccess プロパティ

定義

ローカル仮想ネットワーク空間内の VM がリモート仮想ネットワーク空間内の VM にアクセスできるかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象