TasksOperationsExtensions Class

Definition

Extension methods for TasksOperations.

public static class TasksOperationsExtensions
type TasksOperationsExtensions = class
Public Module TasksOperationsExtensions
Inheritance
TasksOperationsExtensions

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