com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.RunsInner>public interface Runs
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.containerregistry.v2018_09_01.implementation.RunsInner>
| Modifier and Type | Method | Description |
|---|---|---|
rx.Completable |
cancelAsync(String resourceGroupName,
String registryName,
String runId) |
Cancel an existing run.
|
rx.Observable<Run> |
getAsync(String resourceGroupName,
String registryName,
String runId) |
Gets the detailed information for a given run.
|
rx.Observable<RunGetLogResult> |
getLogSasUrlAsync(String resourceGroupName,
String registryName,
String runId) |
Gets a link to download the run logs.
|
rx.Observable<Run> |
listAsync(String resourceGroupName,
String registryName) |
Gets all the runs for a registry.
|
rx.Observable<RunGetLogResult> getLogSasUrlAsync(String resourceGroupName, String registryName, String runId)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.runId - The run ID.IllegalArgumentException - thrown if parameters fail the validationrx.Completable cancelAsync(String resourceGroupName, String registryName, String runId)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.runId - The run ID.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<Run> getAsync(String resourceGroupName, String registryName, String runId)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.runId - The run ID.IllegalArgumentException - thrown if parameters fail the validationrx.Observable<Run> listAsync(String resourceGroupName, String registryName)
resourceGroupName - The name of the resource group to which the container registry belongs.registryName - The name of the container registry.IllegalArgumentException - thrown if parameters fail the validation /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/