@Beta(value=V1_17_0)
public interface RegistryTaskRuns
Modifier and Type | Method and Description |
---|---|
void |
cancel(String rgName,
String acrName,
String runId)
The function that cancels a task run.
|
rx.Completable |
cancelAsync(String rgName,
String acrName,
String runId)
The function that cancels a task run asynchronously.
|
String |
getLogSasUrl(String rgName,
String acrName,
String runId)
The function that returns the URI to the task run logs.
|
rx.Observable<String> |
getLogSasUrlAsync(String rgName,
String acrName,
String runId)
The function that returns the URI to the task run logs asynchronously.
|
PagedList<RegistryTaskRun> |
listByRegistry(String rgName,
String acrName)
The function that lists the RegistryTaskRun instances in a registry asynch.
|
rx.Observable<RegistryTaskRun> |
listByRegistryAsync(String rgName,
String acrName)
The function that lists the RegistryTaskRun instances in a registry asynchronously.
|
RegistryTaskRun.DefinitionStages.BlankFromRuns |
scheduleRun()
The function that begins the steps to schedule a run.
|
RegistryTaskRun.DefinitionStages.BlankFromRuns scheduleRun()
rx.Observable<RegistryTaskRun> listByRegistryAsync(String rgName, String acrName)
rgName
- the resource group of the parent registry.acrName
- the name of the parent registry.PagedList<RegistryTaskRun> listByRegistry(String rgName, String acrName)
rgName
- the resource group of the parent registry.acrName
- the name of the parent registry.rx.Observable<String> getLogSasUrlAsync(String rgName, String acrName, String runId)
rgName
- the resource group of the parent registry.acrName
- the name of the parent registry.runId
- the id of the task run.String getLogSasUrl(String rgName, String acrName, String runId)
rgName
- the resource group of the parent registry.acrName
- the name of the parent registry.runId
- the id of the task run.rx.Completable cancelAsync(String rgName, String acrName, String runId)
rgName
- the resource group of the parent registry.acrName
- the name of the parent registry.runId
- the id of the task run.Copyright © 2019. All rights reserved.