Interface SourceUploadDefinition
- All Superinterfaces:
HasInnerModel<SourceUploadDefinitionInner>
The source repository properties for a build task.
-
Method Summary
Modifier and TypeMethodDescriptionGets the relative path to the source.Gets the URL where the client can upload the source.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
uploadUrl
String uploadUrl()Gets the URL where the client can upload the source.- Returns:
- the URL where the client can upload the source
-
relativePath
String relativePath()Gets the relative path to the source.- Returns:
- the relative path to the source; this is used to submit the subsequent queue build request
-