VirtualNetworkPeering interface
Peerings in a virtual network resource.
- Extends
Properties
allow |
Whether the forwarded traffic from the VMs in the remote virtual network will be allowed/disallowed. |
allow |
If gateway links can be used in remote virtual networking to link to this virtual network. |
allow |
Whether the VMs in the linked virtual network space would be able to access all the VMs in local Virtual network space. |
etag | A unique read-only string that changes whenever the resource is updated. |
name | The name of the resource that is unique within a resource group. This name can be used to access the resource. |
peering |
The status of the virtual network peering. Possible values are 'Initiated', 'Connected', and 'Disconnected'. |
provisioning |
The provisioning state of the resource. |
remote |
The reference of the remote virtual network address space. |
remote |
The reference of the remote virtual network. The remote virtual network can be in the same or different region (preview). See here to register for the preview and learn more (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering). |
use |
If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway. |
Inherited Properties
id | Resource ID. |
Property Details
allowForwardedTraffic
Whether the forwarded traffic from the VMs in the remote virtual network will be allowed/disallowed.
allowForwardedTraffic?: boolean
Property Value
boolean
allowGatewayTransit
If gateway links can be used in remote virtual networking to link to this virtual network.
allowGatewayTransit?: boolean
Property Value
boolean
allowVirtualNetworkAccess
Whether the VMs in the linked virtual network space would be able to access all the VMs in local Virtual network space.
allowVirtualNetworkAccess?: boolean
Property Value
boolean
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
name
The name of the resource that is unique within a resource group. This name can be used to access the resource.
name?: string
Property Value
string
peeringState
The status of the virtual network peering. Possible values are 'Initiated', 'Connected', and 'Disconnected'.
peeringState?: string
Property Value
string
provisioningState
The provisioning state of the resource.
provisioningState?: string
Property Value
string
remoteAddressSpace
The reference of the remote virtual network address space.
remoteAddressSpace?: AddressSpace
Property Value
remoteVirtualNetwork
The reference of the remote virtual network. The remote virtual network can be in the same or different region (preview). See here to register for the preview and learn more (https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-create-peering).
remoteVirtualNetwork?: SubResource
Property Value
useRemoteGateways
If remote gateways can be used on this virtual network. If the flag is set to true, and allowGatewayTransit on remote peering is also true, virtual network will use gateways of remote virtual network for transit. Only one peering can have this flag set to true. This flag cannot be set if virtual network already has a gateway.
useRemoteGateways?: boolean
Property Value
boolean