Uses of Interface
com.azure.resourcemanager.databricks.models.VirtualNetworkPeering.Update
Packages that use VirtualNetworkPeering.Update
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of VirtualNetworkPeering.Update in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return VirtualNetworkPeering.UpdateModifier and TypeMethodDescriptionVirtualNetworkPeering.update()Begins update for the VirtualNetworkPeering resource.VirtualNetworkPeering.UpdateStages.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.UpdateStages.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.UpdateStages.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.UpdateStages.WithDatabricksAddressSpace.withDatabricksAddressSpace(AddressSpace databricksAddressSpace) Specifies the databricksAddressSpace property: The reference to the databricks virtual network address space..VirtualNetworkPeering.UpdateStages.WithDatabricksVirtualNetwork.withDatabricksVirtualNetwork(VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork databricksVirtualNetwork) Specifies the databricksVirtualNetwork property: The remote virtual network should be in the same region.VirtualNetworkPeering.UpdateStages.WithRemoteAddressSpace.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Specifies the remoteAddressSpace property: The reference to the remote virtual network address space..VirtualNetworkPeering.UpdateStages.WithRemoteVirtualNetwork.withRemoteVirtualNetwork(VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork remoteVirtualNetwork) Specifies the remoteVirtualNetwork property: The remote virtual network should be in the same region.VirtualNetworkPeering.UpdateStages.WithUseRemoteGateways.withUseRemoteGateways(Boolean useRemoteGateways) Specifies the useRemoteGateways property: If remote gateways can be used on this virtual network.