次の方法で共有


PrivateLinkResourceOperations interface

PrivateLinkResource操作を表すインターフェース。

プロパティ

get

指定したプライベート リンク リソースに関する情報を取得します。

listByBatchAccount

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

プロパティの詳細

get

指定したプライベート リンク リソースに関する情報を取得します。

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

プロパティ値

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

listByBatchAccount

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

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

プロパティ値

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