PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)

List the private link resources available for this hostpool.

listByWorkspace(string, string, PrivateLinkResourcesListByWorkspaceOptionalParams)

List the private link resources available for this workspace.

Method Details

listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)

List the private link resources available for this hostpool.

function listByHostPool(resourceGroupName: string, hostPoolName: string, options?: PrivateLinkResourcesListByHostPoolOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

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

hostPoolName

string

The name of the host pool within the specified resource group

options
PrivateLinkResourcesListByHostPoolOptionalParams

The options parameters.

Returns

listByWorkspace(string, string, PrivateLinkResourcesListByWorkspaceOptionalParams)

List the private link resources available for this workspace.

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace

options
PrivateLinkResourcesListByWorkspaceOptionalParams

The options parameters.

Returns