共用方式為


PrivateLinkResourceOperations interface

表示 PrivateLinkResourceOperations 的介面。

方法

get(string, string, string, PrivateLinkResourceGetOptionalParams)

取得指定私人連結資源的相關資訊。

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

列出指定帳戶中的所有私人連結資源。

方法詳細資料

get(string, string, string, PrivateLinkResourceGetOptionalParams)

取得指定私人連結資源的相關資訊。

function get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResource>

參數

resourceGroupName

string

包含 Batch 帳戶的資源群組名稱。

accountName

string

Batch 帳戶的名稱。

privateLinkResourceName

string

私人連結資源名稱。 這在帳戶內必須是唯一的。

options
PrivateLinkResourceGetOptionalParams

選項參數。

傳回

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

列出指定帳戶中的所有私人連結資源。

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

參數

resourceGroupName

string

包含 Batch 帳戶的資源群組名稱。

accountName

string

Batch 帳戶的名稱。

傳回