| Modifier and Type | Method and Description |
|---|---|
BuildTask |
BuildTaskOperations.get(String buildTaskName)
Gets the properties of the specified build task.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<BuildTask> |
BuildTaskOperations.getAsync(String buildTaskName)
Gets the properties of the specified build task.
|
com.microsoft.azure.PagedList<BuildTask> |
BuildTaskOperations.list()
Lists all the build tasks for the container registry.
|
rx.Observable<BuildTask> |
BuildTaskOperations.listAsync()
Lists all the build tasks for the container registry.
|
com.microsoft.azure.PagedList<BuildTask> |
BuildTaskOperations.listWithFilter(String filter)
Lists all the build tasks for the container registry matching the specified filter.
|
rx.Observable<BuildTask> |
BuildTaskOperations.listWithFilterAsync(String filter)
Lists all the build tasks for the container registry matching the specified filter.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/