TaskRunsClient Interface
public interface TaskRunsClient
An instance of this class provides access to all the operations defined in TaskRunsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller<PollResult<TaskRunInner>,TaskRunInner> beginCreate(String resourceGroupName, String registryName, String taskRunName, TaskRunInner taskRun)
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
beginCreate
public abstract SyncPoller<PollResult<TaskRunInner>,TaskRunInner> beginCreate(String resourceGroupName, String registryName, String taskRunName, TaskRunInner taskRun, Context context)
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux<PollResult<TaskRunInner>,TaskRunInner> beginCreateAsync(String resourceGroupName, String registryName, String taskRunName, TaskRunInner taskRun)
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String taskRunName)
Deletes a specified task run resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String registryName, String taskRunName, Context context)
Deletes a specified task run resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String registryName, String taskRunName)
Deletes a specified task run resource.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<TaskRunInner>,TaskRunInner> beginUpdate(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters)
Updates a task run with the specified parameters.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<TaskRunInner>,TaskRunInner> beginUpdate(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters, Context context)
Updates a task run with the specified parameters.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux<PollResult<TaskRunInner>,TaskRunInner> beginUpdateAsync(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters)
Updates a task run with the specified parameters.
Parameters:
Returns:
create
public abstract TaskRunInner create(String resourceGroupName, String registryName, String taskRunName, TaskRunInner taskRun)
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
create
public abstract TaskRunInner create(String resourceGroupName, String registryName, String taskRunName, TaskRunInner taskRun, Context context)
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
createAsync
public abstract Mono<TaskRunInner> createAsync(String resourceGroupName, String registryName, String taskRunName, TaskRunInner taskRun)
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String registryName, String taskRunName, TaskRunInner taskRun)
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String registryName, String taskRunName)
Deletes a specified task run resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String registryName, String taskRunName, Context context)
Deletes a specified task run resource.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String registryName, String taskRunName)
Deletes a specified task run resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String registryName, String taskRunName)
Deletes a specified task run resource.
Parameters:
Returns:
get
public abstract TaskRunInner get(String resourceGroupName, String registryName, String taskRunName)
Gets the detailed information for a given task run.
Parameters:
Returns:
getAsync
public abstract Mono<TaskRunInner> getAsync(String resourceGroupName, String registryName, String taskRunName)
Gets the detailed information for a given task run.
Parameters:
Returns:
getDetails
public abstract TaskRunInner getDetails(String resourceGroupName, String registryName, String taskRunName)
Gets the detailed information for a given task run that includes all secrets.
Parameters:
Returns:
getDetailsAsync
public abstract Mono<TaskRunInner> getDetailsAsync(String resourceGroupName, String registryName, String taskRunName)
Gets the detailed information for a given task run that includes all secrets.
Parameters:
Returns:
getDetailsWithResponse
public abstract Response<TaskRunInner> getDetailsWithResponse(String resourceGroupName, String registryName, String taskRunName, Context context)
Gets the detailed information for a given task run that includes all secrets.
Parameters:
Returns:
getDetailsWithResponseAsync
public abstract Mono<Response<TaskRunInner>> getDetailsWithResponseAsync(String resourceGroupName, String registryName, String taskRunName)
Gets the detailed information for a given task run that includes all secrets.
Parameters:
Returns:
getWithResponse
public abstract Response<TaskRunInner> getWithResponse(String resourceGroupName, String registryName, String taskRunName, Context context)
Gets the detailed information for a given task run.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<TaskRunInner>> getWithResponseAsync(String resourceGroupName, String registryName, String taskRunName)
Gets the detailed information for a given task run.
Parameters:
Returns:
list
public abstract PagedIterable<TaskRunInner> list(String resourceGroupName, String registryName)
Lists all the task runs for a specified container registry.
Parameters:
Returns:
list
public abstract PagedIterable<TaskRunInner> list(String resourceGroupName, String registryName, Context context)
Lists all the task runs for a specified container registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux<TaskRunInner> listAsync(String resourceGroupName, String registryName)
Lists all the task runs for a specified container registry.
Parameters:
Returns:
update
public abstract TaskRunInner update(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters)
Updates a task run with the specified parameters.
Parameters:
Returns:
update
public abstract TaskRunInner update(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters, Context context)
Updates a task run with the specified parameters.
Parameters:
Returns:
updateAsync
public abstract Mono<TaskRunInner> updateAsync(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters)
Updates a task run with the specified parameters.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters)
Updates a task run with the specified parameters.
Parameters:
Returns: