次の方法で共有


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

グループ識別子。

options
PrivateLinkResourcesGetByGroupIdOptionalParams

オプション パラメーター。

戻り値

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

アカウントのプライベートにリンク可能なリソースの一覧を取得します

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

options
PrivateLinkResourcesListByAccountOptionalParams

オプション パラメーター。

戻り値