RegistryTasksClient Interface
@Deprecated
public interface RegistryTasksClient
Note
This class has been deprecated. Use azure-resourcemanager-containerregistry-tasks lib.
An instance of this class provides access to all the operations defined in RegistryTasksClient.
Method Summary
Method Details
beginScheduleRun
public abstract SyncPoller<PollResult<RunInner>,RunInner> beginScheduleRun(String resourceGroupName, String registryName, RunRequest runRequest)
Schedules a new run based on the request parameters and add it to the run queue.
Parameters:
Returns:
beginScheduleRun
public abstract SyncPoller<PollResult<RunInner>,RunInner> beginScheduleRun(String resourceGroupName, String registryName, RunRequest runRequest, Context context)
Schedules a new run based on the request parameters and add it to the run queue.
Parameters:
Returns:
beginScheduleRunAsync
public abstract PollerFlux<PollResult<RunInner>,RunInner> beginScheduleRunAsync(String resourceGroupName, String registryName, RunRequest runRequest)
Schedules a new run based on the request parameters and add it to the run queue.
Parameters:
Returns:
getBuildSourceUploadUrl
public abstract SourceUploadDefinitionInner getBuildSourceUploadUrl(String resourceGroupName, String registryName)
Get the upload location for the user to be able to upload the source.
Parameters:
Returns:
getBuildSourceUploadUrlAsync
public abstract Mono<SourceUploadDefinitionInner> getBuildSourceUploadUrlAsync(String resourceGroupName, String registryName)
Get the upload location for the user to be able to upload the source.
Parameters:
Returns:
getBuildSourceUploadUrlWithResponse
public abstract Response<SourceUploadDefinitionInner> getBuildSourceUploadUrlWithResponse(String resourceGroupName, String registryName, Context context)
Get the upload location for the user to be able to upload the source.
Parameters:
Returns:
getBuildSourceUploadUrlWithResponseAsync
public abstract Mono<Response<SourceUploadDefinitionInner>> getBuildSourceUploadUrlWithResponseAsync(String resourceGroupName, String registryName)
Get the upload location for the user to be able to upload the source.
Parameters:
Returns:
scheduleRun
public abstract RunInner scheduleRun(String resourceGroupName, String registryName, RunRequest runRequest)
Schedules a new run based on the request parameters and add it to the run queue.
Parameters:
Returns:
scheduleRun
public abstract RunInner scheduleRun(String resourceGroupName, String registryName, RunRequest runRequest, Context context)
Schedules a new run based on the request parameters and add it to the run queue.
Parameters:
Returns:
scheduleRunAsync
public abstract Mono<RunInner> scheduleRunAsync(String resourceGroupName, String registryName, RunRequest runRequest)
Schedules a new run based on the request parameters and add it to the run queue.
Parameters:
Returns:
scheduleRunWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> scheduleRunWithResponseAsync(String resourceGroupName, String registryName, RunRequest runRequest)
Schedules a new run based on the request parameters and add it to the run queue.
Parameters:
Returns: