Uses of Class
com.azure.resourcemanager.databricks.fluent.models.VirtualNetworkPeeringPropertiesFormat
Packages that use VirtualNetworkPeeringPropertiesFormat
Package
Description
Package containing the inner data models for AzureDatabricksManagementClient.
-
Uses of VirtualNetworkPeeringPropertiesFormat in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return VirtualNetworkPeeringPropertiesFormatModifier and TypeMethodDescriptionVirtualNetworkPeeringPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkPeeringPropertiesFormat from the JsonReader.VirtualNetworkPeeringPropertiesFormat.withAllowForwardedTraffic(Boolean allowForwardedTraffic) Set the allowForwardedTraffic property: Whether the forwarded traffic from the VMs in the local virtual network will be allowed/disallowed in remote virtual network.VirtualNetworkPeeringPropertiesFormat.withAllowGatewayTransit(Boolean allowGatewayTransit) Set the allowGatewayTransit property: If gateway links can be used in remote virtual networking to link to this virtual network.VirtualNetworkPeeringPropertiesFormat.withAllowVirtualNetworkAccess(Boolean allowVirtualNetworkAccess) Set the allowVirtualNetworkAccess property: Whether the VMs in the local virtual network space would be able to access the VMs in remote virtual network space.VirtualNetworkPeeringPropertiesFormat.withDatabricksAddressSpace(AddressSpace databricksAddressSpace) Set the databricksAddressSpace property: The reference to the databricks virtual network address space.VirtualNetworkPeeringPropertiesFormat.withDatabricksVirtualNetwork(VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork databricksVirtualNetwork) Set the databricksVirtualNetwork property: The remote virtual network should be in the same region.VirtualNetworkPeeringPropertiesFormat.withRemoteAddressSpace(AddressSpace remoteAddressSpace) Set the remoteAddressSpace property: The reference to the remote virtual network address space.VirtualNetworkPeeringPropertiesFormat.withRemoteVirtualNetwork(VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork remoteVirtualNetwork) Set the remoteVirtualNetwork property: The remote virtual network should be in the same region.VirtualNetworkPeeringPropertiesFormat.withUseRemoteGateways(Boolean useRemoteGateways) Set the useRemoteGateways property: If remote gateways can be used on this virtual network.