| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<RegistryTaskRun> |
RegistryTaskRuns.listByRegistry(String rgName,
String acrName)
The function that lists the RegistryTaskRun instances in a registry asynch.
|
rx.Observable<RegistryTaskRun> |
RegistryTaskRuns.listByRegistryAsync(String rgName,
String acrName)
The function that lists the RegistryTaskRun instances in a registry asynchronously.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/