Uses of Interface
com.microsoft.azure.management.containerregistry.RegistryTask
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of RegistryTask in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionRegistryTasks.getByRegistry
(String resourceGroupName, String registryName, String taskName, boolean includeSecrets) Gets a task in a registry.Modifier and TypeMethodDescriptionrx.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.