PrivateEndpointConnections Interface

public interface PrivateEndpointConnections

Resource collection API of PrivateEndpointConnections.

Method Summary

Modifier and Type Method and Description
abstract void deleteByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)

Remove a connection.

abstract Response<Void> deleteByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, Context context)

Remove a connection.

abstract void deleteByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Remove a connection.

abstract Response<Void> deleteByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Remove a connection.

abstract PrivateEndpointConnectionWithSystemData getByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)

Get a private endpoint connection.

abstract Response<PrivateEndpointConnectionWithSystemData> getByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, Context context)

Get a private endpoint connection.

abstract PrivateEndpointConnectionWithSystemData getByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Get a private endpoint connection.

abstract Response<PrivateEndpointConnectionWithSystemData> getByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Get a private endpoint connection.

abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByHostPool(String resourceGroupName, String hostPoolName)

List private endpoint connections associated with hostpool.

abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByHostPool(String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)

List private endpoint connections associated with hostpool.

abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByWorkspace(String resourceGroupName, String workspaceName)

List private endpoint connections.

abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByWorkspace(String resourceGroupName, String workspaceName, Context context)

List private endpoint connections.

abstract PrivateEndpointConnectionWithSystemData updateByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection)

Approve or reject a private endpoint connection.

abstract Response<PrivateEndpointConnectionWithSystemData> updateByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection, Context context)

Approve or reject a private endpoint connection.

abstract PrivateEndpointConnectionWithSystemData updateByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection)

Approve or reject a private endpoint connection.

abstract Response<PrivateEndpointConnectionWithSystemData> updateByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection, Context context)

Approve or reject a private endpoint connection.

Method Details

deleteByHostPool

public abstract void deleteByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)

Remove a connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.

deleteByHostPoolWithResponse

public abstract Response<Void> deleteByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, Context context)

Remove a connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
context - The context to associate with this operation.

Returns:

deleteByWorkspace

public abstract void deleteByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Remove a connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.

deleteByWorkspaceWithResponse

public abstract Response<Void> deleteByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Remove a connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
context - The context to associate with this operation.

Returns:

getByHostPool

public abstract PrivateEndpointConnectionWithSystemData getByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)

Get a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.

Returns:

a private endpoint connection.

getByHostPoolWithResponse

public abstract Response<PrivateEndpointConnectionWithSystemData> getByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, Context context)

Get a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
context - The context to associate with this operation.

Returns:

a private endpoint connection along with Response<T>.

getByWorkspace

public abstract PrivateEndpointConnectionWithSystemData getByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Get a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.

Returns:

a private endpoint connection.

getByWorkspaceWithResponse

public abstract Response<PrivateEndpointConnectionWithSystemData> getByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Get a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
context - The context to associate with this operation.

Returns:

a private endpoint connection along with Response<T>.

listByHostPool

public abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByHostPool(String resourceGroupName, String hostPoolName)

List private endpoint connections associated with hostpool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.

Returns:

list of private endpoint connection associated with the specified storage account as paginated response with PagedIterable<T>.

listByHostPool

public abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByHostPool(String resourceGroupName, String hostPoolName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)

List private endpoint connections associated with hostpool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
pageSize - Number of items per page.
isDescending - Indicates whether the collection is descending.
initialSkip - Initial number of items to skip.
context - The context to associate with this operation.

Returns:

list of private endpoint connection associated with the specified storage account as paginated response with PagedIterable<T>.

listByWorkspace

public abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByWorkspace(String resourceGroupName, String workspaceName)

List private endpoint connections.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.

Returns:

list of private endpoint connection associated with the specified storage account as paginated response with PagedIterable<T>.

listByWorkspace

public abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByWorkspace(String resourceGroupName, String workspaceName, Context context)

List private endpoint connections.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
context - The context to associate with this operation.

Returns:

list of private endpoint connection associated with the specified storage account as paginated response with PagedIterable<T>.

updateByHostPool

public abstract PrivateEndpointConnectionWithSystemData updateByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection)

Approve or reject a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
connection - Object containing the updated connection.

Returns:

the Private Endpoint Connection resource.

updateByHostPoolWithResponse

public abstract Response<PrivateEndpointConnectionWithSystemData> updateByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection, Context context)

Approve or reject a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
connection - Object containing the updated connection.
context - The context to associate with this operation.

Returns:

the Private Endpoint Connection resource along with Response<T>.

updateByWorkspace

public abstract PrivateEndpointConnectionWithSystemData updateByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection)

Approve or reject a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
connection - Object containing the updated connection.

Returns:

the Private Endpoint Connection resource.

updateByWorkspaceWithResponse

public abstract Response<PrivateEndpointConnectionWithSystemData> updateByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection, Context context)

Approve or reject a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the Azure resource.
connection - Object containing the updated connection.
context - The context to associate with this operation.

Returns:

the Private Endpoint Connection resource along with Response<T>.

Applies to