@Beta(value=V1_17_0) public interface RegistryTasks extends HasInner<com.microsoft.azure.management.containerregistry.implementation.TasksInner>, SupportsCreating<RegistryTask.DefinitionStages.Blank>
Modifier and Type | Method and Description |
---|---|
void |
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.
|
RegistryTask |
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.
|
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.
|
inner
define
rx.Observable<RegistryTask> listByRegistryAsync(String resourceGroupName, String registryName)
resourceGroupName
- the resource group of the parent registry.registryName
- the name of the parent registry.PagedList<RegistryTask> listByRegistry(String resourceGroupName, String registryName)
resourceGroupName
- the resource group of the parent registry.registryName
- the name of the parent registry.rx.Observable<RegistryTask> getByRegistryAsync(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)
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.RegistryTask getByRegistry(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)
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.rx.Completable deleteByRegistryAsync(String resourceGroupName, String registryName, String taskName)
resourceGroupName
- the resource group of the parent registry.registryName
- the name of the parent registry.taskName
- the name of the task.Copyright © 2019. All rights reserved.