Uses of Interface
com.azure.resourcemanager.databricks.models.PrivateEndpointConnection
Packages that use PrivateEndpointConnection
Package
Description
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of PrivateEndpointConnection in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return PrivateEndpointConnectionModifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithCreate.create()Executes the create request.PrivateEndpointConnection.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.PrivateEndpointConnections.get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName) Get private endpoint connection Get a private endpoint connection properties for a workspace.Get private endpoint connection Get a private endpoint connection properties for a workspace.PrivateEndpointConnection.refresh()Refreshes the resource to sync with Azure.PrivateEndpointConnection.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 PrivateEndpointConnectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateEndpointConnection> PrivateEndpointConnections.getByIdWithResponse(String id, com.azure.core.util.Context context) Get private endpoint connection Get a private endpoint connection properties for a workspace.com.azure.core.http.rest.Response<PrivateEndpointConnection> PrivateEndpointConnections.getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, com.azure.core.util.Context context) Get private endpoint connection Get a private endpoint connection properties for a workspace.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> List private endpoint connections List private endpoint connections of the workspace.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnection> PrivateEndpointConnections.list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) List private endpoint connections List private endpoint connections of the workspace.Workspace.privateEndpointConnections()Gets the privateEndpointConnections property: Private endpoint connections created on the workspace.