VirtualNetworkPeering interface
Peerings in a VirtualNetwork resource
Properties
allow |
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network. |
allow |
If gateway links can be used in remote virtual networking to link to this virtual network. |
allow |
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space. |
databricks |
The reference to the databricks virtual network address space. |
databricks |
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). |
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the virtual network peering resource NOTE: This property will not be serialized. It can only be populated by the server. |
peering |
The status of the virtual network peering. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state of the virtual network peering resource. NOTE: This property will not be serialized. It can only be populated by the server. |
remote |
The reference to the remote virtual network address space. |
remote |
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering). |
type | type of the virtual network peering resource NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
Property Details
allowForwardedTraffic
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.
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 local virtual network space would be able to access the VMs in remote virtual network space.
allowVirtualNetworkAccess?: boolean
Property Value
boolean
databricksAddressSpace
The reference to the databricks virtual network address space.
databricksAddressSpace?: AddressSpace
Property Value
databricksVirtualNetwork
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
databricksVirtualNetwork?: VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork
Property Value
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
Name of the virtual network peering resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
peeringState
The status of the virtual network peering. NOTE: This property will not be serialized. It can only be populated by the server.
peeringState?: string
Property Value
string
provisioningState
The provisioning state of the virtual network peering resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
remoteAddressSpace
The reference to the remote virtual network address space.
remoteAddressSpace?: AddressSpace
Property Value
remoteVirtualNetwork
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
remoteVirtualNetwork: VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork
Property Value
type
type of the virtual network peering resource NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
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