PrivateEndpointConnectionsClient Interface

public interface PrivateEndpointConnectionsClient

An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.

Method Summary

Modifier and Type Method and Description
abstract void delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Deletes the specified private endpoint connection associated with the workspace.

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

Deletes the specified private endpoint connection associated with the workspace.

abstract PrivateEndpointConnectionInner get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Gets the specified private endpoint connection associated with the workspace.

abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Gets the specified private endpoint connection associated with the workspace.

abstract PrivateEndpointConnectionInner put(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)

Update the state of specified private endpoint connection associated with the workspace.

abstract Response<PrivateEndpointConnectionInner> putWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, Context context)

Update the state of specified private endpoint connection associated with the workspace.

Method Details

delete

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

Deletes the specified private endpoint connection associated with the workspace.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the workspace.

deleteWithResponse

public abstract Response deleteWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Deletes the specified private endpoint connection associated with the workspace.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the workspace.
context - The context to associate with this operation.

Returns:

the response.

get

public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)

Gets the specified private endpoint connection associated with the workspace.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the workspace.

Returns:

the specified private endpoint connection associated with the workspace.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)

Gets the specified private endpoint connection associated with the workspace.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the workspace.
context - The context to associate with this operation.

Returns:

the specified private endpoint connection associated with the workspace.

put

public abstract PrivateEndpointConnectionInner put(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)

Update the state of specified private endpoint connection associated with the workspace.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the workspace.
properties - The private endpoint connection properties.

Returns:

the Private Endpoint Connection resource.

putWithResponse

public abstract Response putWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, Context context)

Update the state of specified private endpoint connection associated with the workspace.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.
privateEndpointConnectionName - The name of the private endpoint connection associated with the workspace.
properties - The private endpoint connection properties.
context - The context to associate with this operation.

Returns:

the Private Endpoint Connection resource.

Applies to