次の方法で共有


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

options パラメーター。

戻り値

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

指定したアカウント内のすべてのプライベート リンク リソースを一覧表示します。

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

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

options
PrivateLinkResourceListByBatchAccountOptionalParams

options パラメーター。

戻り値