VNet Peering Args
constructor(allowForwardedTraffic: Output<Boolean>? = null, allowGatewayTransit: Output<Boolean>? = null, allowVirtualNetworkAccess: Output<Boolean>? = null, databricksAddressSpace: Output<AddressSpaceArgs>? = null, databricksVirtualNetwork: Output<VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs>? = null, peeringName: Output<String>? = null, remoteAddressSpace: Output<AddressSpaceArgs>? = null, remoteVirtualNetwork: Output<VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs>? = null, resourceGroupName: Output<String>? = null, useRemoteGateways: Output<Boolean>? = null, workspaceName: Output<String>? = null)