ITasksOperations Interface

Definition

TasksOperations operations.

public interface ITasksOperations
type ITasksOperations = interface
Public Interface ITasksOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, TaskInner, Dictionary<String,List<String>>, CancellationToken)

Creates a task for a container registry with the specified parameters.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a specified task.

BeginUpdateWithHttpMessagesAsync(String, String, String, TaskUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Updates a task with the specified parameters.

CreateWithHttpMessagesAsync(String, String, String, TaskInner, Dictionary<String,List<String>>, CancellationToken)

Creates a task for a container registry with the specified parameters.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a specified task.

GetDetailsWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Returns a task with extended information that includes all secrets.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the properties of a specified task.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the tasks for a specified container registry.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all the tasks for a specified container registry.

UpdateWithHttpMessagesAsync(String, String, String, TaskUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)

Updates a task with the specified parameters.

Extension Methods

BeginCreateAsync(ITasksOperations, String, String, String, TaskInner, CancellationToken)

Creates a task for a container registry with the specified parameters.

BeginDeleteAsync(ITasksOperations, String, String, String, CancellationToken)

Deletes a specified task.

BeginUpdateAsync(ITasksOperations, String, String, String, TaskUpdateParametersInner, CancellationToken)

Updates a task with the specified parameters.

CreateAsync(ITasksOperations, String, String, String, TaskInner, CancellationToken)

Creates a task for a container registry with the specified parameters.

DeleteAsync(ITasksOperations, String, String, String, CancellationToken)

Deletes a specified task.

GetAsync(ITasksOperations, String, String, String, CancellationToken)

Get the properties of a specified task.

GetDetailsAsync(ITasksOperations, String, String, String, CancellationToken)

Returns a task with extended information that includes all secrets.

ListAsync(ITasksOperations, String, String, CancellationToken)

Lists all the tasks for a specified container registry.

ListNextAsync(ITasksOperations, String, CancellationToken)

Lists all the tasks for a specified container registry.

UpdateAsync(ITasksOperations, String, String, String, TaskUpdateParametersInner, CancellationToken)

Updates a task with the specified parameters.

Applies to