Get Virtual Network Peering Result
data class GetVirtualNetworkPeeringResult(val allowForwardedTraffic: Boolean, val allowGatewayTransit: Boolean, val allowVirtualNetworkAccess: Boolean, val id: String, val name: String, val onlyIpv6PeeringEnabled: Boolean, val peerCompleteVirtualNetworksEnabled: Boolean, val remoteVirtualNetworkId: String, val useRemoteGateways: Boolean, val virtualNetworkId: String)
A collection of values returned by getVirtualNetworkPeering.
Properties
Link copied to clipboard
Controls if forwarded traffic from VMs in the remote virtual network is allowed.
Link copied to clipboard
Controls gatewayLinks can be used in the remote virtual network’s link to the local virtual network.
Link copied to clipboard
Controls if the traffic from the local virtual network can reach the remote virtual network.
Link copied to clipboard
Specifies whether only IPv6 address space is peered for Subnet peering.
Link copied to clipboard
Specifies whether complete Virtual Network address space is peered.
Link copied to clipboard
The full Azure resource ID of the remote virtual network.
Link copied to clipboard
Controls if remote gateways can be used on the local virtual network.
Link copied to clipboard