Uses of Class
com.azure.resourcemanager.databricks.fluent.models.PrivateEndpointConnectionInner
Packages that use PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for AzureDatabricksManagementClient.
Package containing the inner data models for AzureDatabricksManagementClient.
Package containing the data models for AzureDatabricksManagementClient.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.databricks.fluent
Methods in com.azure.resourcemanager.databricks.fluent that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.create(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update private endpoint connection status Update the status of a private endpoint connection with the specified name.PrivateEndpointConnectionsClient.create(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update private endpoint connection status Update the status of a private endpoint connection with the specified name.PrivateEndpointConnectionsClient.get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName) Get private endpoint connection Get a private endpoint connection properties for a workspace.Methods in com.azure.resourcemanager.databricks.fluent that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreate(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update private endpoint connection status Update the status of a private endpoint connection with the specified name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreate(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update private endpoint connection status Update the status of a private endpoint connection with the specified name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreate(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update private endpoint connection status Update the status of a private endpoint connection with the specified name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreate(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update private endpoint connection status Update the status of a private endpoint connection with the specified name.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.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<PrivateEndpointConnectionInner> List private endpoint connections List private endpoint connections of the workspace.com.azure.core.http.rest.PagedIterable<PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.list(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) List private endpoint connections List private endpoint connections of the workspace.Methods in com.azure.resourcemanager.databricks.fluent with parameters of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreate(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update private endpoint connection status Update the status of a private endpoint connection with the specified name.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionInner>, PrivateEndpointConnectionInner> PrivateEndpointConnectionsClient.beginCreate(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update private endpoint connection status Update the status of a private endpoint connection with the specified name.PrivateEndpointConnectionsClient.create(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection) Update private endpoint connection status Update the status of a private endpoint connection with the specified name.PrivateEndpointConnectionsClient.create(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, com.azure.core.util.Context context) Update private endpoint connection status Update the status of a private endpoint connection with the specified name. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.databricks.fluent.models
Methods in com.azure.resourcemanager.databricks.fluent.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionInner from the JsonReader.PrivateEndpointConnectionInner.withProperties(PrivateEndpointConnectionProperties properties) Set the properties property: The private endpoint connection properties.Methods in com.azure.resourcemanager.databricks.fluent.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionWorkspaceInner.privateEndpointConnections()Get the privateEndpointConnections property: Private endpoint connections created on the workspace.WorkspaceProperties.privateEndpointConnections()Get the privateEndpointConnections property: Private endpoint connections created on the workspace. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.databricks.models
Methods in com.azure.resourcemanager.databricks.models that return PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnection.innerModel()Gets the inner com.azure.resourcemanager.databricks.fluent.models.PrivateEndpointConnectionInner object.Methods in com.azure.resourcemanager.databricks.models that return types with arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsList.value()Get the value property: The list of returned private endpoint connection.Method parameters in com.azure.resourcemanager.databricks.models with type arguments of type PrivateEndpointConnectionInnerModifier and TypeMethodDescriptionPrivateEndpointConnectionsList.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: The list of returned private endpoint connection.