PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get private link resource in workspace

list(string, string, PrivateLinkResourcesListOptionalParams)

Get all private link resources for a workspaces

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get private link resource in workspace

function get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

privateLinkResourceName

string

The name of the private link resource

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

list(string, string, PrivateLinkResourcesListOptionalParams)

Get all private link resources for a workspaces

function list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): 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
PrivateLinkResourcesListOptionalParams

The options parameters.

Returns