Share via


VirtualNetworkPeeringInner.AllowVirtualNetworkAccess Property

Definition

Gets or sets whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to