PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

list(string, string, PrivateLinkResourcesListOptionalParams)

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

Method Details

list(string, string, PrivateLinkResourcesListOptionalParams)

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

function list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResourceListResult>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

Name of Azure Machine Learning workspace.

options
PrivateLinkResourcesListOptionalParams

The options parameters.

Returns