PrivateLinkResources interface
表示 PrivateLinkResources 的介面。
方法
| list |
列出此主機集區可用的私人鏈接資源。 |
| list |
列出此工作區可用的私人鏈接資源。 |
方法詳細資料
listByHostPool(string, string, PrivateLinkResourcesListByHostPoolOptionalParams)
列出此主機集區可用的私人鏈接資源。
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
工作區的名稱
選項參數。