共用方式為


PrivateLinkResources interface

表示 PrivateLinkResources 的介面。

方法

getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)

取得具有指定群組標識碼之帳戶的私人可連結資源

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

取得帳戶的私人可鏈接資源清單

方法詳細資料

getByGroupId(string, string, string, PrivateLinkResourcesGetByGroupIdOptionalParams)

取得具有指定群組標識碼之帳戶的私人可連結資源

function getByGroupId(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetByGroupIdOptionalParams): Promise<PrivateLinkResource>

參數

resourceGroupName

string

資源組名。

accountName

string

帳戶的名稱。

groupId

string

群組標識碼。

傳回

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

取得帳戶的私人可鏈接資源清單

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

參數

resourceGroupName

string

資源組名。

accountName

string

帳戶的名稱。

傳回