Package version:

Interface representing a ImportPipelines.

Hierarchy

  • ImportPipelines

Methods

  • Deletes an import pipeline from a 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.

    • importPipelineName: string

      The name of the import pipeline.

    • Optional options: ImportPipelinesDeleteOptionalParams

      The options parameters.

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

  • Deletes an import pipeline from a 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.

    • importPipelineName: string

      The name of the import pipeline.

    • Optional options: ImportPipelinesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc