| Package | Description |
|---|---|
| com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
| 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.
|
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 © 2019. All rights reserved.