VirtualNetworkPeeringPropertiesFormat interface
Properties of the virtual network peering.
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). |
| peering |
The status of the virtual network peering. |
| provisioning |
The provisioning state of the virtual network peering resource. |
| 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). |
| 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
peeringState
The status of the virtual network peering.
peeringState?: string
Property Value
string
provisioningState
The provisioning state of the virtual network peering resource.
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
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