RegistryTasks Interface
Implements
public interface RegistryTasks
extends SupportsCreating<Blank>
Interface to define the RegistryTasks collection.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
deleteByRegistry(String resourceGroupName, String registryName, String taskName)
Deletes a task in a registry. |
abstract Mono<Void> |
deleteByRegistryAsync(String resourceGroupName, String registryName, String taskName)
Deletes a task in a registry asynchronously. |
abstract
Registry |
getByRegistry(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)
Gets a task in a registry. |
abstract
Mono<Registry |
getByRegistryAsync(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)
Gets a task in a registry asynchronously. |
abstract
Paged |
listByRegistry(String resourceGroupName, String registryName)
Lists the tasks in a registry. |
abstract
Paged |
listByRegistryAsync(String resourceGroupName, String registryName)
Lists the tasks in a registry asynchronously. |
Method Details
deleteByRegistry
public abstract void deleteByRegistry(String resourceGroupName, String registryName, String taskName)
Deletes a task in a registry.
Parameters:
deleteByRegistryAsync
public abstract Mono
Deletes a task in a registry asynchronously.
Parameters:
Returns:
getByRegistry
public abstract RegistryTask getByRegistry(String resourceGroupName, String registryName, String taskName, boolean includeSecrets)
Gets a task in a registry.
Parameters:
Returns:
getByRegistryAsync
public abstract Mono
Gets a task in a registry asynchronously.
Parameters:
Returns:
listByRegistry
public abstract PagedIterable
Lists the tasks in a registry.
Parameters:
Returns:
listByRegistryAsync
public abstract PagedFlux
Lists the tasks in a registry asynchronously.
Parameters:
Returns:
Applies to
Azure SDK for Java