PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get the specified private link resource for the given group id (sub-resource)

list(string, string, PrivateLinkResourcesListOptionalParams)

List private link resources for a given workspace

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Get the specified private link resource for the given group id (sub-resource)

function get(resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<GroupIdInformation>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

groupId

string

The name of the private link resource

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

list(string, string, PrivateLinkResourcesListOptionalParams)

List private link resources for a given workspace

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