| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<Run> |
Runs.getAsync(String resourceGroupName,
String registryName,
String runId) |
Gets the detailed information for a given run.
|
rx.Observable<Run> |
Runs.listAsync(String resourceGroupName,
String registryName) |
Gets all the runs for a registry.
|
rx.Observable<Run> |
Registries.scheduleRunAsync(String resourceGroupName,
String registryName,
RunRequest runRequest) |
Schedules a new run based on the request parameters and add it to the run queue.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/