36 строки
2.7 KiB
YAML
36 строки
2.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.SourceUploadDefinition"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceUploadDefinition"
|
|
name: "SourceUploadDefinition"
|
|
nameWithType: "SourceUploadDefinition"
|
|
summary: "The source repository properties for a build task."
|
|
syntax: "public interface **SourceUploadDefinition**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner?alt=com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner&text=SourceUploadDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.SourceUploadDefinition.relativePath()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceUploadDefinition.relativePath()"
|
|
name: "relativePath()"
|
|
nameWithType: "SourceUploadDefinition.relativePath()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String relativePath()"
|
|
returns:
|
|
description: "the the relative path to the source; this is used to submit the subsequent queue build request"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.SourceUploadDefinition.uploadUrl()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceUploadDefinition.uploadUrl()"
|
|
name: "uploadUrl()"
|
|
nameWithType: "SourceUploadDefinition.uploadUrl()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String uploadUrl()"
|
|
returns:
|
|
description: "the URL where the client can upload the source"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The source repository properties for a build task."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner?alt=com.microsoft.azure.management.containerregistry.implementation.SourceUploadDefinitionInner&text=SourceUploadDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|