次の方法で共有


RegistriesOperationsExtensions.ListAsync メソッド

定義

指定したサブスクリプションのすべてのコンテナー レジストリを一覧表示します。

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

パラメーター

operations
IRegistriesOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象