Package version:

Interface representing a PipelineRuns.

Hierarchy

  • PipelineRuns

Methods

  • Creates a pipeline run for a container registry with the specified parameters

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • pipelineRunName: string

      The name of the pipeline run.

    • pipelineRunCreateParameters: PipelineRun

      The parameters for creating a pipeline run.

    • Optional options: PipelineRunsCreateOptionalParams

      The options parameters.

    Returns Promise<PipelineRun>

  • Deletes a pipeline run from a container registry.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • pipelineRunName: string

      The name of the pipeline run.

    • Optional options: PipelineRunsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Deletes a pipeline run from a container registry.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • pipelineRunName: string

      The name of the pipeline run.

    • Optional options: PipelineRunsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc