Azure.Containers.ContainerRegistry Namespace

Classes

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.

Structs

ArtifactArchitecture

The artifact platform's architecture.

ArtifactOperatingSystem

The ArtifactOperatingSystem.

ContainerRegistryAudience

Cloud audiences available for ACR.

ManifestMediaType

Media type values for Docker and OCI Manifests.

Enums

ArtifactManifestOrder

Sort options for ordering manifests in a collection.

ArtifactTagOrder

Sort options for ordering tags in a collection.

ContainerRegistryClientOptions.ServiceVersion

The versions of the Container Registry service supported by this client library.