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
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
beginCreate
public abstract SyncPoller
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a specified task run resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a specified task run resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a specified task run resource.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates a task run with the specified parameters.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates a task run with the specified parameters.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
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
Creates a task run for a container registry with the specified parameters.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
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
Deletes a specified task run resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
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
Gets the detailed information for a given task run that includes all secrets.
Parameters:
Returns:
getDetailsWithResponse
public abstract Response
Gets the detailed information for a given task run that includes all secrets.
Parameters:
Returns:
getDetailsWithResponseAsync
public abstract Mono
Gets the detailed information for a given task run that includes all secrets.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the detailed information for a given task run.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the detailed information for a given task run.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the task runs for a specified container registry.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the task runs for a specified container registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux
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
Updates a task run with the specified parameters.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates a task run with the specified parameters.
Parameters:
Returns:
Applies to
Azure SDK for Java