PrivateEndpointConnections Interface
public interface PrivateEndpointConnections
Resource collection API of PrivateEndpointConnections.
Method Summary
Method Details
deleteByHostPool
public abstract void deleteByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)
Remove a connection.
Parameters:
deleteByHostPoolWithResponse
public abstract Response<Void> deleteByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, Context context)
Remove a connection.
Parameters:
Returns:
deleteByWorkspace
public abstract void deleteByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Remove a connection.
Parameters:
deleteByWorkspaceWithResponse
public abstract Response<Void> deleteByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Remove a connection.
Parameters:
Returns:
getByHostPool
public abstract PrivateEndpointConnectionWithSystemData getByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName)
Get a private endpoint connection.
Parameters:
Returns:
getByHostPoolWithResponse
public abstract Response<PrivateEndpointConnectionWithSystemData> getByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, Context context)
Get a private endpoint connection.
Parameters:
Returns:
getByWorkspace
public abstract PrivateEndpointConnectionWithSystemData getByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)
Get a private endpoint connection.
Parameters:
Returns:
getByWorkspaceWithResponse
public abstract Response<PrivateEndpointConnectionWithSystemData> getByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)
Get a private endpoint connection.
Parameters:
Returns:
listByHostPool
public abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByHostPool(String resourceGroupName, String hostPoolName)
List private endpoint connections associated with hostpool.
Parameters:
Returns:
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:
Returns:
listByWorkspace
public abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByWorkspace(String resourceGroupName, String workspaceName)
List private endpoint connections.
Parameters:
Returns:
listByWorkspace
public abstract PagedIterable<PrivateEndpointConnectionWithSystemData> listByWorkspace(String resourceGroupName, String workspaceName, Context context)
List private endpoint connections.
Parameters:
Returns:
updateByHostPool
public abstract PrivateEndpointConnectionWithSystemData updateByHostPool(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection)
Approve or reject a private endpoint connection.
Parameters:
Returns:
updateByHostPoolWithResponse
public abstract Response<PrivateEndpointConnectionWithSystemData> updateByHostPoolWithResponse(String resourceGroupName, String hostPoolName, String privateEndpointConnectionName, PrivateEndpointConnection connection, Context context)
Approve or reject a private endpoint connection.
Parameters:
Returns:
updateByWorkspace
public abstract PrivateEndpointConnectionWithSystemData updateByWorkspace(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection)
Approve or reject a private endpoint connection.
Parameters:
Returns:
updateByWorkspaceWithResponse
public abstract Response<PrivateEndpointConnectionWithSystemData> updateByWorkspaceWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnection connection, Context context)
Approve or reject a private endpoint connection.
Parameters:
Returns: