PrivateLinkResources interface
表示 PrivateLinkResources 的介面。
方法
方法詳細資料
getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)
取得具有指定群組標識碼之帳戶的私人可連結資源
function getByGroupId(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetByGroupIdOptionalParams): Promise<PrivateLinkResource>
參數
- resourceGroupName
-
string
資源組名。
- accountName
-
string
帳戶的名稱。
- groupId
-
string
群組標識碼。
選項參數。
傳回
Promise<PrivateLinkResource>
listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)
取得帳戶的私人可鏈接資源清單
function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
參數
- resourceGroupName
-
string
資源組名。
- accountName
-
string
帳戶的名稱。
選項參數。