Share via


RegistriesOperationsExtensions.GetBuildSourceUploadUrl Method

Definition

Get the upload location for the user to be able to upload the source.

public static Microsoft.Azure.Management.ContainerRegistry.Models.SourceUploadDefinition GetBuildSourceUploadUrl (this Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations operations, string resourceGroupName, string registryName);
static member GetBuildSourceUploadUrl : Microsoft.Azure.Management.ContainerRegistry.IRegistriesOperations * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.SourceUploadDefinition
<Extension()>
Public Function GetBuildSourceUploadUrl (operations As IRegistriesOperations, resourceGroupName As String, registryName As String) As SourceUploadDefinition

Parameters

operations
IRegistriesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group to which the container registry belongs.

registryName
String

The name of the container registry.

Returns

Applies to