Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.SourceUploadDefinitionInner
-
Packages that use SourceUploadDefinitionInner Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient. -
-
Uses of SourceUploadDefinitionInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return SourceUploadDefinitionInner Modifier and Type Method Description SourceUploadDefinitionInnerRegistriesClient. getBuildSourceUploadUrl(String resourceGroupName, String registryName)Get the upload location for the user to be able to upload the source.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type SourceUploadDefinitionInner Modifier and Type Method Description Mono<SourceUploadDefinitionInner>RegistriesClient. getBuildSourceUploadUrlAsync(String resourceGroupName, String registryName)Get the upload location for the user to be able to upload the source.com.azure.core.http.rest.Response<SourceUploadDefinitionInner>RegistriesClient. getBuildSourceUploadUrlWithResponse(String resourceGroupName, String registryName, com.azure.core.util.Context context)Get the upload location for the user to be able to upload the source.Mono<com.azure.core.http.rest.Response<SourceUploadDefinitionInner>>RegistriesClient. getBuildSourceUploadUrlWithResponseAsync(String resourceGroupName, String registryName)Get the upload location for the user to be able to upload the source. -
Uses of SourceUploadDefinitionInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return SourceUploadDefinitionInner Modifier and Type Method Description SourceUploadDefinitionInnerSourceUploadDefinitionInner. withRelativePath(String relativePath)Set the relativePath property: The relative path to the source.SourceUploadDefinitionInnerSourceUploadDefinitionInner. withUploadUrl(String uploadUrl)Set the uploadUrl property: The URL where the client can upload the source.
-