Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Registries

Package version

Interface representing a Registries.

Hierarchy

  • Registries

Implemented by

Index

Methods

beginCreate

beginCreateAndWait

beginDelete

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

beginDeleteAndWait

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

beginGenerateCredentials

beginGenerateCredentialsAndWait

beginImportImage

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

beginImportImageAndWait

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

beginScheduleRun

beginScheduleRunAndWait

beginUpdate

beginUpdateAndWait

checkNameAvailability

get

getBuildSourceUploadUrl

getPrivateLinkResource

list

listByResourceGroup

listCredentials

listPrivateLinkResources

listUsages

regenerateCredential

Generated using TypeDoc