Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.SourceUploadDefinitionInner
Packages that use SourceUploadDefinitionInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
null.
Package containing the inner data models for ContainerRegistryManagementClient.
null.
Package containing the data models for ContainerRegistryManagementClient.
null.
-
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
Classes in com.azure.resourcemanager.containerregistry.fluent.models that implement interfaces with type arguments of type SourceUploadDefinitionInnerModifier and TypeClassDescriptionfinal classThe properties of a response to source upload request.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. -
Uses of SourceUploadDefinitionInner in com.azure.resourcemanager.containerregistry.models
Subinterfaces with type arguments of type SourceUploadDefinitionInner in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptioninterfaceThe source repository properties for a build task.