Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TasksImpl

Package version

Class containing Tasks operations.

Hierarchy

  • TasksImpl

Implements

Index

Constructors

constructor

Methods

beginCreate

  • 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<TasksCreateResponse>, TasksCreateResponse>>

beginCreateAndWait

  • 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<TasksCreateResponse>

beginDelete

  • beginDelete(resourceGroupName: string, registryName: string, taskName: string, options?: TasksDeleteOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, registryName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<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>

beginUpdate

beginUpdateAndWait

get

  • 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<TasksGetResponse>

getDetails

  • 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<TasksGetDetailsResponse>

list

  • 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