RegistryTaskRuns Interface
public interface RegistryTaskRuns
An immutable client-side representation of collection of Azure registry task runs.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract void |
cancel(String rgName, String acrName, String runId)
The function that cancels a task run. |
abstract Mono<Void> |
cancelAsync(String rgName, String acrName, String runId)
The function that cancels a task run asynchronously. |
abstract String |
getLogSasUrl(String rgName, String acrName, String runId)
The function that returns the URI to the task run logs. |
abstract Mono<String> |
getLogSasUrlAsync(String rgName, String acrName, String runId)
The function that returns the URI to the task run logs asynchronously. |
abstract
Paged |
listByRegistry(String rgName, String acrName)
The function that lists the Registry |
abstract
Paged |
listByRegistryAsync(String rgName, String acrName)
The function that lists the Registry |
abstract
Blank |
scheduleRun()
The function that begins the steps to schedule a run. |
Method Details
cancel
public abstract void cancel(String rgName, String acrName, String runId)
The function that cancels a task run.
Parameters:
cancelAsync
public abstract Mono
The function that cancels a task run asynchronously.
Parameters:
Returns:
getLogSasUrl
public abstract String getLogSasUrl(String rgName, String acrName, String runId)
The function that returns the URI to the task run logs.
Parameters:
Returns:
getLogSasUrlAsync
public abstract Mono
The function that returns the URI to the task run logs asynchronously.
Parameters:
Returns:
listByRegistry
public abstract PagedIterable
The function that lists the RegistryTaskRun instances in a registry asynch.
Parameters:
Returns:
listByRegistryAsync
public abstract PagedFlux
The function that lists the RegistryTaskRun instances in a registry asynchronously.
Parameters:
Returns:
scheduleRun
public abstract RegistryTaskRun.DefinitionStages.BlankFromRuns scheduleRun()
The function that begins the steps to schedule a run.
Returns:
Applies to
Azure SDK for Java