Uses of Interface
com.azure.resourcemanager.databricks.models.VirtualNetworkPeering.DefinitionStages.WithCreate
Packages that use VirtualNetworkPeering.DefinitionStages.WithCreate
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of VirtualNetworkPeering.DefinitionStages.WithCreate in com.azure.resourcemanager.databricks.models
Subinterfaces of VirtualNetworkPeering.DefinitionStages.WithCreate in com.azure.resourcemanager.databricks.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the VirtualNetworkPeering definition.Methods in com.azure.resourcemanager.databricks.models that return VirtualNetworkPeering.DefinitionStages.WithCreateModifier and TypeMethodDescriptionVirtualNetworkPeering.DefinitionStages.WithAllowForwardedTraffic.withAllowForwardedTraffic(Boolean allowForwardedTraffic) Specifies the allowForwardedTraffic property: Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network..VirtualNetworkPeering.DefinitionStages.WithAllowGatewayTransit.withAllowGatewayTransit(Boolean allowGatewayTransit) Specifies the allowGatewayTransit property: If gateway links can be used in remote virtual networking to link to this virtual network..VirtualNetworkPeering.DefinitionStages.WithAllowVirtualNetworkAccess.withAllowVirtualNetworkAccess(Boolean allowVirtualNetworkAccess) Specifies the allowVirtualNetworkAccess property: Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space..VirtualNetworkPeering.DefinitionStages.WithDatabricksAddressSpace.withDatabricksAddressSpace(AddressSpace databricksAddressSpace) Specifies the databricksAddressSpace property: The reference to the databricks virtual network address space..VirtualNetworkPeering.DefinitionStages.WithDatabricksVirtualNetwork.withDatabricksVirtualNetwork(VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork databricksVirtualNetwork) Specifies the databricksVirtualNetwork property: The remote virtual network should be in the same region.VirtualNetworkPeering.DefinitionStages.WithRemoteAddressSpace.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Specifies the remoteAddressSpace property: The reference to the remote virtual network address space..VirtualNetworkPeering.DefinitionStages.WithRemoteVirtualNetwork.withRemoteVirtualNetwork(VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork remoteVirtualNetwork) Specifies the remoteVirtualNetwork property: The remote virtual network should be in the same region.VirtualNetworkPeering.DefinitionStages.WithUseRemoteGateways.withUseRemoteGateways(Boolean useRemoteGateways) Specifies the useRemoteGateways property: If remote gateways can be used on this virtual network.