Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContainerRepositoryClient

Package version

The client class used to interact with the Container Registry service.

Hierarchy

  • ContainerRepositoryClient

Index

Constructors

constructor

  • Creates an instance of a ContainerRepositoryClient.

    Example usage:

    import { ContainerRepositoryClient } from "@azure/container-registry";
    import { DefaultAzureCredential} from "@azure/identity";
    
    const client = new ContainerRepositoryClient(
       "<container registry API endpoint>",
       "<repository name>"
       new DefaultAzureCredential()
    );

    Parameters

    • endpointUrl: string

      the URL to the Container Registry endpoint

    • repository: string

      the URL to the Container Registry endpoint

    • credential: TokenCredential

      used to authenticate requests to the service

    • Default value options: ContainerRegistryClientOptions = {}

      optional configuration used to send requests to the service

    Returns ContainerRepositoryClient

Properties

endpoint

endpoint: string

The Azure Container Registry endpoint.

registry

registry: string

Registry name.

repository

repository: string

Repository name.

Methods

delete

deleteRegistryArtifact

deleteTag

getProperties

getRegistryArtifactProperties

getTagProperties

listRegistryArtifacts

listTags

setManifestProperties

setProperties

setTagProperties

Generated using TypeDoc