Package version:

Interface representing a Runs.

Hierarchy

  • Runs

Methods

  • Cancel an existing run.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • runId: string

      The run ID.

    • Optional options: RunsCancelOptionalParams

      The options parameters.

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

  • Cancel an existing run.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • runId: string

      The run ID.

    • Optional options: RunsCancelOptionalParams

      The options parameters.

    Returns Promise<void>

  • Patch the run properties.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • runId: string

      The run ID.

    • runUpdateParameters: RunUpdateParameters

      The run update properties.

    • Optional options: RunsUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<Run>, Run>>

  • Gets the detailed information for a given run.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • runId: string

      The run ID.

    • Optional options: RunsGetOptionalParams

      The options parameters.

    Returns Promise<Run>

  • Gets all the runs for a registry.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • Optional options: RunsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Run>

Generated using TypeDoc