B
Beacon Globe News

Namespace Azure.Containers.ContainerRegistry | Azure SDK for .NET

Author

James Stevens

Published Feb 16, 2026

ArtifactManifestPlatform

The artifact's platform, consisting of operating system and architecture.

ArtifactManifestProperties

Manifest attributes details.

ArtifactTagProperties

Tag attributes.

ContainerRegistryClient

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.

ContainerRegistryModelFactory

Model factory for models.

ContainerRepository

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.

ContainerRepositoryProperties

Properties of this repository.

DownloadRegistryBlobResult

The result from downloading a blob from the registry.

DownloadRegistryBlobStreamingResult

The result from downloading a blob from the registry.

GetManifestResult

The result of a get manifest operation.

OciAnnotations

Additional information provided through arbitrary metadata.

OciDescriptor

Docker V2 image layer descriptor including config and layers.

OciImageManifest

Returns the requested OCI Manifest file.

RegistryArtifact

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.

SetManifestResult

The result from uploading a manifest.

UploadRegistryBlobResult

The result from uploading a blob.