JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner>
@Beta(value=V1_14_0)
public interface SourceUploadDefinition
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner>
The source repository properties for a build task.
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Method Detail
uploadUrl
String uploadUrl()
Returns:
the URL where the client can upload the source
relativePath
String relativePath()
Returns:
the the relative path to the source; this is used to submit the subsequent queue build request
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */