| Modifier and Type | Method and Description |
|---|---|
RegistryTask |
RegistryTasks.getByRegistry(String resourceGroupName,
String registryName,
String taskName,
boolean includeSecrets)
Gets a task in a registry.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<RegistryTask> |
RegistryTasks.getByRegistryAsync(String resourceGroupName,
String registryName,
String taskName,
boolean includeSecrets)
Gets a task in a registry asynchronously.
|
com.microsoft.azure.PagedList<RegistryTask> |
RegistryTasks.listByRegistry(String resourceGroupName,
String registryName)
Lists the tasks in a registry.
|
rx.Observable<RegistryTask> |
RegistryTasks.listByRegistryAsync(String resourceGroupName,
String registryName)
Lists the tasks 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.
*/