PrivateLinkResources Interface

public interface PrivateLinkResources

Resource collection API of PrivateLinkResources.

Method Summary

Modifier and Type Method and Description
abstract PrivateLinkResourceListResult listByWorkspace(String resourceGroupName, String workspaceName)

Gets the private link resources that need to be created for a workspace.

abstract Response<PrivateLinkResourceListResult> listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, Context context)

Gets the private link resources that need to be created for a workspace.

Method Details

listByWorkspace

public abstract PrivateLinkResourceListResult listByWorkspace(String resourceGroupName, String workspaceName)

Gets the private link resources that need to be created for a workspace.

Parameters:

resourceGroupName - Name of the resource group in which workspace is located.
workspaceName - Name of Azure Machine Learning workspace.

Returns:

the private link resources that need to be created for a workspace.

listByWorkspaceWithResponse

public abstract Response listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, Context context)

Gets the private link resources that need to be created for a workspace.

Parameters:

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

Returns:

the private link resources that need to be created for a workspace.

Applies to