共用方式為


PrivateLinkResources interface

表示 PrivateLinkResources 的介面。

方法

listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)

列出此 hostpool 可用的私人連結資源。

listByWorkspace(string, string, PrivateLinkResourcesListByWorkspaceOptionalParams)

列出此工作區可用的私人連結資源。

方法詳細資料

listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)

列出此 hostpool 可用的私人連結資源。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

hostPoolName

string

指定資源群組內的主機集區名稱

傳回

listByWorkspace(string, string, PrivateLinkResourcesListByWorkspaceOptionalParams)

列出此工作區可用的私人連結資源。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

workspaceName

string

工作區的名稱

傳回