Condividi tramite


ITaskRunsOperations Interface

Definition

TaskRunsOperations operations.

public interface ITaskRunsOperations
type ITaskRunsOperations = interface
Public Interface ITaskRunsOperations

Methods

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

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

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

Deletes a specified task run resource.

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

Updates a task run with the specified parameters.

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

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

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

Deletes a specified task run resource.

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

Gets the detailed information for a given task run that includes all secrets.

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

Gets the detailed information for a given task run.

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

Lists all the task runs for a specified container registry.

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

Lists all the task runs for a specified container registry.

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

Updates a task run with the specified parameters.

Extension Methods

BeginCreate(ITaskRunsOperations, String, String, String, TaskRun)

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

BeginCreateAsync(ITaskRunsOperations, String, String, String, TaskRun, CancellationToken)

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

BeginDelete(ITaskRunsOperations, String, String, String)

Deletes a specified task run resource.

BeginDeleteAsync(ITaskRunsOperations, String, String, String, CancellationToken)

Deletes a specified task run resource.

BeginUpdate(ITaskRunsOperations, String, String, String, TaskRunUpdateParameters)

Updates a task run with the specified parameters.

BeginUpdateAsync(ITaskRunsOperations, String, String, String, TaskRunUpdateParameters, CancellationToken)

Updates a task run with the specified parameters.

Create(ITaskRunsOperations, String, String, String, TaskRun)

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

CreateAsync(ITaskRunsOperations, String, String, String, TaskRun, CancellationToken)

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

Delete(ITaskRunsOperations, String, String, String)

Deletes a specified task run resource.

DeleteAsync(ITaskRunsOperations, String, String, String, CancellationToken)

Deletes a specified task run resource.

Get(ITaskRunsOperations, String, String, String)

Gets the detailed information for a given task run.

GetAsync(ITaskRunsOperations, String, String, String, CancellationToken)

Gets the detailed information for a given task run.

GetDetails(ITaskRunsOperations, String, String, String)

Gets the detailed information for a given task run that includes all secrets.

GetDetailsAsync(ITaskRunsOperations, String, String, String, CancellationToken)

Gets the detailed information for a given task run that includes all secrets.

List(ITaskRunsOperations, String, String)

Lists all the task runs for a specified container registry.

ListAsync(ITaskRunsOperations, String, String, CancellationToken)

Lists all the task runs for a specified container registry.

ListNext(ITaskRunsOperations, String)

Lists all the task runs for a specified container registry.

ListNextAsync(ITaskRunsOperations, String, CancellationToken)

Lists all the task runs for a specified container registry.

Update(ITaskRunsOperations, String, String, String, TaskRunUpdateParameters)

Updates a task run with the specified parameters.

UpdateAsync(ITaskRunsOperations, String, String, String, TaskRunUpdateParameters, CancellationToken)

Updates a task run with the specified parameters.

Applies to