Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.SourceUploadDefinitionInner
Packages that use SourceUploadDefinitionInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
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 SourceUploadDefinitionInnerModifier and TypeMethodDescriptionRegistriesClient.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 SourceUploadDefinitionInnerModifier and TypeMethodDescriptionRegistriesClient.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 SourceUploadDefinitionInnerModifier and TypeMethodDescriptionstatic SourceUploadDefinitionInnerSourceUploadDefinitionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SourceUploadDefinitionInner from the JsonReader.SourceUploadDefinitionInner.withRelativePath(String relativePath) Set the relativePath property: The relative path to the source.SourceUploadDefinitionInner.withUploadUrl(String uploadUrl) Set the uploadUrl property: The URL where the client can upload the source.