次の方法で共有


RegistriesOperationsExtensions.ListPrivateLinkResourcesAsync メソッド

定義

コンテナー レジストリのプライベート リンク リソースを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource>> ListPrivateLinkResourcesAsync (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName, System.Threading.CancellationToken cancellationToken = default);
static member ListPrivateLinkResourcesAsync : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerRegistry.Models.PrivateLinkResource>>
<Extension()>
Public Function ListPrivateLinkResourcesAsync (operations As IRegistriesOperations, resourceGroupName As String, registryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))

パラメーター

operations
IRegistriesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

コンテナー レジストリが属するリソース グループの名前。

registryName
String

コンテナー レジストリの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象