Uses of Interface
com.azure.resourcemanager.containerregistry.models.SourceUploadDefinition
-
Packages that use SourceUploadDefinition Package Description com.azure.resourcemanager.containerregistry.models 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 SourceUploadDefinition Modifier and Type Method Description SourceUploadDefinitionRegistries. getBuildSourceUploadUrl(String rgName, String acrName)The function that gets the URL of the build source upload.SourceUploadDefinitionRegistry. getBuildSourceUploadUrl()Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type SourceUploadDefinition Modifier and Type Method Description Mono<SourceUploadDefinition>Registries. getBuildSourceUploadUrlAsync(String rgName, String acrName)The function that gets the URL of the build source upload ashnchronously.Mono<SourceUploadDefinition>Registry. getBuildSourceUploadUrlAsync()Gets the upload location for the user to be able to upload the source asynchronously.
-