WorkspacePrivateLinkResources interface

Interface representing a WorkspacePrivateLinkResources.

Methods

get(string, string, string, WorkspacePrivateLinkResourcesGetOptionalParams)

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

listByWorkspace(string, string, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams)

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

Method Details

get(string, string, string, WorkspacePrivateLinkResourcesGetOptionalParams)

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

function get(resourceGroupName: string, workspaceName: string, groupName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourceDescription>

Parameters

resourceGroupName

string

The name of the resource group that contains the service instance.

workspaceName

string

The name of workspace resource.

groupName

string

The name of the private link resource group.

options
WorkspacePrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

listByWorkspace(string, string, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group that contains the service instance.

workspaceName

string

The name of workspace resource.

Returns