Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunsImpl

Package version

Class containing Runs operations.

Hierarchy

  • RunsImpl

Implements

Index

Constructors

constructor

Methods

beginCancel

  • beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): 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<PollerLike<PollOperationState<void>, void>>

beginCancelAndWait

  • beginCancelAndWait(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<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>

beginUpdate

beginUpdateAndWait

get

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

getLogSasUrl

list

  • 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