| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<Task> |
Tasks.getAsync(String resourceGroupName,
String registryName,
String taskName) |
Get the properties of a specified task.
|
rx.Observable<Task> |
Tasks.getDetailsAsync(String resourceGroupName,
String registryName,
String taskName) |
Returns a task with extended information that includes all secrets.
|
rx.Observable<Task> |
Tasks.listAsync(String resourceGroupName,
String registryName) |
Lists all the tasks for a specified container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/