Interface RegistryTasksClient


@Deprecated public interface RegistryTasksClient
Deprecated.
Use azure-resourcemanager-containerregistry-tasks lib.
An instance of this class provides access to all the operations defined in RegistryTasksClient.
  • Method Details

    • scheduleRunWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> scheduleRunWithResponseAsync(String resourceGroupName, String registryName, RunRequest runRequest)
      Deprecated.
      Schedules a new run based on the request parameters and add it to the run queue.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      runRequest - The parameters of a run that needs to scheduled.
      Returns:
      run resource properties along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginScheduleRunAsync

      com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<RunInner>, RunInner> beginScheduleRunAsync(String resourceGroupName, String registryName, RunRequest runRequest)
      Deprecated.
      Schedules a new run based on the request parameters and add it to the run queue.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      runRequest - The parameters of a run that needs to scheduled.
      Returns:
      the PollerFlux for polling of run resource properties.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginScheduleRun

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RunInner>, RunInner> beginScheduleRun(String resourceGroupName, String registryName, RunRequest runRequest)
      Deprecated.
      Schedules a new run based on the request parameters and add it to the run queue.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      runRequest - The parameters of a run that needs to scheduled.
      Returns:
      the SyncPoller for polling of run resource properties.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginScheduleRun

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RunInner>, RunInner> beginScheduleRun(String resourceGroupName, String registryName, RunRequest runRequest, com.azure.core.util.Context context)
      Deprecated.
      Schedules a new run based on the request parameters and add it to the run queue.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      runRequest - The parameters of a run that needs to scheduled.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of run resource properties.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • scheduleRunAsync

      Mono<RunInner> scheduleRunAsync(String resourceGroupName, String registryName, RunRequest runRequest)
      Deprecated.
      Schedules a new run based on the request parameters and add it to the run queue.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      runRequest - The parameters of a run that needs to scheduled.
      Returns:
      run resource properties on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • scheduleRun

      RunInner scheduleRun(String resourceGroupName, String registryName, RunRequest runRequest)
      Deprecated.
      Schedules a new run based on the request parameters and add it to the run queue.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      runRequest - The parameters of a run that needs to scheduled.
      Returns:
      run resource properties.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • scheduleRun

      RunInner scheduleRun(String resourceGroupName, String registryName, RunRequest runRequest, com.azure.core.util.Context context)
      Deprecated.
      Schedules a new run based on the request parameters and add it to the run queue.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      runRequest - The parameters of a run that needs to scheduled.
      context - The context to associate with this operation.
      Returns:
      run resource properties.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildSourceUploadUrlWithResponseAsync

      Mono<com.azure.core.http.rest.Response<SourceUploadDefinitionInner>> getBuildSourceUploadUrlWithResponseAsync(String resourceGroupName, String registryName)
      Deprecated.
      Get the upload location for the user to be able to upload the source.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      Returns:
      the upload location for the user to be able to upload the source along with Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildSourceUploadUrlAsync

      Mono<SourceUploadDefinitionInner> getBuildSourceUploadUrlAsync(String resourceGroupName, String registryName)
      Deprecated.
      Get the upload location for the user to be able to upload the source.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      Returns:
      the upload location for the user to be able to upload the source on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildSourceUploadUrlWithResponse

      com.azure.core.http.rest.Response<SourceUploadDefinitionInner> getBuildSourceUploadUrlWithResponse(String resourceGroupName, String registryName, com.azure.core.util.Context context)
      Deprecated.
      Get the upload location for the user to be able to upload the source.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      context - The context to associate with this operation.
      Returns:
      the upload location for the user to be able to upload the source along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getBuildSourceUploadUrl

      SourceUploadDefinitionInner getBuildSourceUploadUrl(String resourceGroupName, String registryName)
      Deprecated.
      Get the upload location for the user to be able to upload the source.
      Parameters:
      resourceGroupName - The name of the resource group to which the container registry belongs.
      registryName - The name of the container registry.
      Returns:
      the upload location for the user to be able to upload the source.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.