@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.
|
com.microsoft.azure.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.com.microsoft.azure.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/