Share via


RegistriesOperations interface

Interface representing a Registries operations.

Properties

getBuildSourceUploadUrl

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

scheduleRun

Schedules a new run based on the request parameters and add it to the run queue.

Property Details

getBuildSourceUploadUrl

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

getBuildSourceUploadUrl: (resourceGroupName: string, registryName: string, options?: RegistriesGetBuildSourceUploadUrlOptionalParams) => Promise<SourceUploadDefinition>

Property Value

(resourceGroupName: string, registryName: string, options?: RegistriesGetBuildSourceUploadUrlOptionalParams) => Promise<SourceUploadDefinition>

scheduleRun

Schedules a new run based on the request parameters and add it to the run queue.

scheduleRun: (resourceGroupName: string, registryName: string, runRequest: RunRequestUnion, options?: RegistriesScheduleRunOptionalParams) => Promise<Run>

Property Value

(resourceGroupName: string, registryName: string, runRequest: RunRequestUnion, options?: RegistriesScheduleRunOptionalParams) => Promise<Run>