共用方式為


WorkspacePrivateLinkResources interface

代表 WorkspacePrivateLinkResources 的介面。

方法

get(string, string, string, WorkspacePrivateLinkResourcesGetOptionalParams)

取得需要為工作區建立的私人連結資源。

listByWorkspace(string, string, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams)

取得需要為工作區建立的私人連結資源。

方法詳細資料

get(string, string, string, WorkspacePrivateLinkResourcesGetOptionalParams)

取得需要為工作區建立的私人連結資源。

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

參數

resourceGroupName

string

包含服務實例的資源組名。

workspaceName

string

工作區資源的名稱。

groupName

string

私人連結資源群組的名稱。

傳回

listByWorkspace(string, string, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams)

取得需要為工作區建立的私人連結資源。

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

參數

resourceGroupName

string

包含服務實例的資源組名。

workspaceName

string

工作區資源的名稱。

傳回