Package version:

Interface representing a Registries.

Hierarchy

  • Registries

Methods

  • Deletes 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.

    • Optional options: RegistriesDeleteOptionalParams

      The options parameters.

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

  • Copies an image to this container registry from the 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.

    • parameters: ImportImageParameters

      The parameters specifying the image to copy and the source container registry.

    • Optional options: RegistriesImportImageOptionalParams

      The options parameters.

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

Generated using TypeDoc