Uses of Interface
com.azure.resourcemanager.containerregistry.models.SourceUploadDefinition
Packages that use SourceUploadDefinition
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of SourceUploadDefinition in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return SourceUploadDefinitionModifier and TypeMethodDescriptionRegistries.getBuildSourceUploadUrl(String rgName, String acrName) The function that gets the URL of the build source upload.Registry.getBuildSourceUploadUrl()Gets the upload location for the user to be able to upload the source.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SourceUploadDefinitionModifier and TypeMethodDescriptionRegistries.getBuildSourceUploadUrlAsync(String rgName, String acrName) The function that gets the URL of the build source upload ashnchronously.Registry.getBuildSourceUploadUrlAsync()Gets the upload location for the user to be able to upload the source asynchronously.