| Modifier and Type | Method and Description |
|---|---|
SourceUploadDefinition |
Registry.getBuildSourceUploadUrl() |
SourceUploadDefinition |
Registries.getBuildSourceUploadUrl(String rgName,
String acrName)
The function that gets the URL of the build source upload.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<SourceUploadDefinition> |
Registry.getBuildSourceUploadUrlAsync()
Gets the upload location for the user to be able to upload the source asynchronously.
|
rx.Observable<SourceUploadDefinition> |
Registries.getBuildSourceUploadUrlAsync(String rgName,
String acrName)
The function that gets the URL of the build source upload ashnchronously.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/