Package version:

Interface representing a TaskRuns.

Hierarchy

  • TaskRuns

Methods

  • Creates a task 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.

    • taskRunName: string

      The name of the task run.

    • taskRun: TaskRun

      The parameters of a run that needs to scheduled.

    • Optional options: TaskRunsCreateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<TaskRun>, TaskRun>>

  • Creates a task 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.

    • taskRunName: string

      The name of the task run.

    • taskRun: TaskRun

      The parameters of a run that needs to scheduled.

    • Optional options: TaskRunsCreateOptionalParams

      The options parameters.

    Returns Promise<TaskRun>

  • Deletes a specified task run resource.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • taskRunName: string

      The name of the task run.

    • Optional options: TaskRunsDeleteOptionalParams

      The options parameters.

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

  • Deletes a specified task run resource.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • taskRunName: string

      The name of the task run.

    • Optional options: TaskRunsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Gets the detailed information for a given task run.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • taskRunName: string

      The name of the task run.

    • Optional options: TaskRunsGetOptionalParams

      The options parameters.

    Returns Promise<TaskRun>

  • Gets the detailed information for a given task run that includes all secrets.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • taskRunName: string

      The name of the task run.

    • Optional options: TaskRunsGetDetailsOptionalParams

      The options parameters.

    Returns Promise<TaskRun>

  • Lists all the task runs for a specified 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.

    • Optional options: TaskRunsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<TaskRun>

Generated using TypeDoc