Uses of Interface
com.microsoft.azure.management.containerregistry.SourceUploadDefinition
Packages that use SourceUploadDefinition
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of SourceUploadDefinition in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return SourceUploadDefinitionModifier and TypeMethodDescriptionRegistries.getBuildSourceUploadUrl
(String rgName, String acrName) The function that gets the URL of the build source upload.Registry.getBuildSourceUploadUrl()
Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type SourceUploadDefinitionModifier and TypeMethodDescriptionrx.Observable<SourceUploadDefinition>
Registries.getBuildSourceUploadUrlAsync
(String rgName, String acrName) The function that gets the URL of the build source upload ashnchronously.rx.Observable<SourceUploadDefinition>
Registry.getBuildSourceUploadUrlAsync()
Gets the upload location for the user to be able to upload the source asynchronously.