Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RegistriesImpl

Package version

Class containing Registries operations.

Hierarchy

  • RegistriesImpl

Implements

Index

Constructors

constructor

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

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

beginScheduleRun

beginScheduleRunAndWait

beginUpdate

beginUpdateAndWait

checkNameAvailability

get

getBuildSourceUploadUrl

getPrivateLinkResource

list

listByResourceGroup

listCredentials

listPrivateLinkResources

listUsages

regenerateCredential

Generated using TypeDoc