IVirtualNetworkPeering Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.VirtualNetworkPeeringTypeConverter))]
public interface IVirtualNetworkPeering : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.VirtualNetworkPeeringTypeConverter))>]
type IVirtualNetworkPeering = interface
interface IJsonSerializable
Public Interface IVirtualNetworkPeering
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AllowForwardedTraffic |
Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network. |
AllowGatewayTransit |
If gateway links can be used in remote virtual networking to link to this virtual network. |
AllowVirtualNetworkAccess |
Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space. |
DatabrickAddressSpaceAddressPrefix |
A list of address blocks reserved for this virtual network in CIDR notation. |
DatabrickVirtualNetworkId |
The Id of the databricks virtual network. |
Id |
Resource ID. |
Name |
Name of the virtual network peering resource |
PeeringState |
The status of the virtual network peering. |
ProvisioningState |
The provisioning state of the virtual network peering resource. |
RemoteAddressSpaceAddressPrefix |
A list of address blocks reserved for this virtual network in CIDR notation. |
RemoteVirtualNetworkId |
The Id of the remote virtual network. |
Type |
type of the virtual network peering resource |
UseRemoteGateway |
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |