Uses of Interface
com.azure.resourcemanager.databricks.models.VirtualNetworkPeering
Packages that use VirtualNetworkPeering
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of VirtualNetworkPeering in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return VirtualNetworkPeeringModifier and TypeMethodDescriptionVirtualNetworkPeering.Update.apply()Executes the update request.VirtualNetworkPeering.Update.apply(com.azure.core.util.Context context) Executes the update request.VirtualNetworkPeering.DefinitionStages.WithCreate.create()Executes the create request.VirtualNetworkPeering.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets the workspace vNet Peering.Gets the workspace vNet Peering.VirtualNetworkPeering.refresh()Refreshes the resource to sync with Azure.VirtualNetworkPeering.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type VirtualNetworkPeeringModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<VirtualNetworkPeering> VNetPeerings.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets the workspace vNet Peering.com.azure.core.http.rest.Response<VirtualNetworkPeering> VNetPeerings.getWithResponse(String resourceGroupName, String workspaceName, String peeringName, com.azure.core.util.Context context) Gets the workspace vNet Peering.com.azure.core.http.rest.PagedIterable<VirtualNetworkPeering> VNetPeerings.listByWorkspace(String resourceGroupName, String workspaceName) Lists the workspace vNet Peerings.com.azure.core.http.rest.PagedIterable<VirtualNetworkPeering> VNetPeerings.listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Lists the workspace vNet Peerings.