Interface RegistryTasks
- All Superinterfaces:
HasInner<com.microsoft.azure.management.containerregistry.implementation.TasksInner>
,SupportsCreating<RegistryTask.DefinitionStages.Blank>
@Beta(V1_17_0)
public interface RegistryTasks
extends HasInner<com.microsoft.azure.management.containerregistry.implementation.TasksInner>, SupportsCreating<RegistryTask.DefinitionStages.Blank>
Interface to define the RegistryTasks collection.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteByRegistry
(String resourceGroupName, String registryName, String taskName) Deletes a task in a registry.rx.Completable
deleteByRegistryAsync
(String resourceGroupName, String registryName, String taskName) Deletes a task in a registry asynchronously.getByRegistry
(String resourceGroupName, String registryName, String taskName, boolean includeSecrets) Gets a task in a registry.rx.Observable<RegistryTask>
getByRegistryAsync
(String resourceGroupName, String registryName, String taskName, boolean includeSecrets) Gets a task in a registry asynchronously.com.microsoft.azure.PagedList<RegistryTask>
listByRegistry
(String resourceGroupName, String registryName) Lists the tasks in a registry.rx.Observable<RegistryTask>
listByRegistryAsync
(String resourceGroupName, String registryName) Lists the tasks in a registry asynchronously.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
-
Method Details
-
listByRegistryAsync
Lists the tasks in a registry asynchronously.- Parameters:
resourceGroupName
- the resource group of the parent registry.registryName
- the name of the parent registry.- Returns:
- the tasks with parent registry registry.
-
listByRegistry
com.microsoft.azure.PagedList<RegistryTask> listByRegistry(String resourceGroupName, String registryName) Lists the tasks in a registry.- Parameters:
resourceGroupName
- the resource group of the parent registry.registryName
- the name of the parent registry.- Returns:
- the tasks with parent registry registry.
-
getByRegistryAsync
rx.Observable<RegistryTask> getByRegistryAsync(String resourceGroupName, String registryName, String taskName, boolean includeSecrets) Gets a task in a registry asynchronously.- Parameters:
resourceGroupName
- the resource group of the parent registry.registryName
- the name of the parent registry.taskName
- the name of the task.includeSecrets
- whether to include secrets or not.- Returns:
- the task
-
getByRegistry
RegistryTask getByRegistry(String resourceGroupName, String registryName, String taskName, boolean includeSecrets) Gets a task in a registry.- Parameters:
resourceGroupName
- the resource group of the parent registry.registryName
- the name of the parent registry.taskName
- the name of the task.includeSecrets
- whether to include secrets or not.- Returns:
- the task
-
deleteByRegistryAsync
rx.Completable deleteByRegistryAsync(String resourceGroupName, String registryName, String taskName) Deletes a task in a registry asynchronously.- Parameters:
resourceGroupName
- the resource group of the parent registry.registryName
- the name of the parent registry.taskName
- the name of the task.- Returns:
- the handle to the request.
-
deleteByRegistry
Deletes a task in a registry.- Parameters:
resourceGroupName
- the resource group of the parent registry.registryName
- the name of the parent registry.taskName
- the name of the task.
-