Package version:

Interface representing a Tasks.

Hierarchy

  • Tasks

Methods

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

    • taskName: string

      The name of the container registry task.

    • taskCreateParameters: Task

      The parameters for creating a task.

    • Optional options: TasksCreateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<Task>, Task>>

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

    • taskName: string

      The name of the container registry task.

    • taskCreateParameters: Task

      The parameters for creating a task.

    • Optional options: TasksCreateOptionalParams

      The options parameters.

    Returns Promise<Task>

  • Deletes a specified task.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • taskName: string

      The name of the container registry task.

    • Optional options: TasksDeleteOptionalParams

      The options parameters.

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

  • Deletes a specified task.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • taskName: string

      The name of the container registry task.

    • Optional options: TasksDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

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

    • taskName: string

      The name of the container registry task.

    • taskUpdateParameters: TaskUpdateParameters

      The parameters for updating a task.

    • Optional options: TasksUpdateOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<Task>, Task>>

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

    • taskName: string

      The name of the container registry task.

    • taskUpdateParameters: TaskUpdateParameters

      The parameters for updating a task.

    • Optional options: TasksUpdateOptionalParams

      The options parameters.

    Returns Promise<Task>

  • Get the properties of a specified task.

    Parameters

    • resourceGroupName: string

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

    • registryName: string

      The name of the container registry.

    • taskName: string

      The name of the container registry task.

    • Optional options: TasksGetOptionalParams

      The options parameters.

    Returns Promise<Task>

  • Returns a task with extended information 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.

    • taskName: string

      The name of the container registry task.

    • Optional options: TasksGetDetailsOptionalParams

      The options parameters.

    Returns Promise<Task>

  • Lists all the tasks 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: TasksListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Task>

Generated using TypeDoc