次の方法で共有


IRegistryTaskRuns.ListByRegistryAsync メソッド

定義

レジストリ内の RegistryTaskRun インスタンスを非同期的に一覧表示する関数。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>> ListByRegistryAsync (string rgName, string acrName, bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByRegistryAsync : string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistryTaskRun>>
Public Function ListByRegistryAsync (rgName As String, acrName As String, Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IRegistryTaskRun))

パラメーター

rgName
String

親レジストリのリソース グループ。

acrName
String

親レジストリの名前。

loadAllPages
Boolean

すべてのページを読み込むかどうか

cancellationToken
CancellationToken

キャンセル トークン

戻り値

適用対象