PrivateLinkResources interface

PrivateLinkResources を表すインターフェイス。

メソッド

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。

メソッドの詳細

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。

function get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

scopeName

string

Azure Arc PrivateLinkScope リソースの名前。

groupName

string

プライベート リンク リソースの名前。

options
PrivateLinkResourcesGetOptionalParams

options パラメーター。

戻り値

listByPrivateLinkScope(string, string, PrivateLinkResourcesListByPrivateLinkScopeOptionalParams)

Azure Monitor PrivateLinkScope 用に作成する必要があるプライベート リンク リソースを取得します。

function listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

scopeName

string

Azure Arc PrivateLinkScope リソースの名前。

options
PrivateLinkResourcesListByPrivateLinkScopeOptionalParams

options パラメーター。

戻り値