Namespace Azure.Containers.ContainerRegistry | Azure SDK for .NET
Michael Gray
Published Feb 16, 2026
The artifact's platform, consisting of operating system and architecture.
Manifest attributes details.
Tag attributes.
The Azure Container Registry service client.
ContainerRegistryClientOptions
Options that allow users to configure the requests sent to the Container Registry service.
ContainerRegistryContentClient
The Azure Container Registry content client, responsible for uploading and downloading blobs and manifests, the building blocks of artifacts.
Model factory for models.
A repository in a container registry is a logical grouping of images or artifacts that share the same name. For example,
different versions of a hello-world application could have tags v1 and v2, and be grouped by the repository hello-world.
The ContainerRepository class is a helper class that groups information and operations about a repository in this container registry.
Properties of this repository.
The result from downloading a blob from the registry.
DownloadRegistryBlobStreamingResult
The result from downloading a blob from the registry.
The result of a get manifest operation.
Additional information provided through arbitrary metadata.
Docker V2 image layer descriptor including config and layers.
Returns the requested OCI Manifest file.
Artifact is the general term for items stored in a container registry,
and can include Docker images or other Open Container Initiative (OCI) artifact types.
The RegistryArtifact class is a helper class that groups information and operations about an image or artifact in this container registry.
The result from uploading a manifest.
The result from uploading a blob.