Share via


ContainerImageAnnotation Class

Definition

Represents an annotation for a container image.

public sealed class ContainerImageAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type ContainerImageAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class ContainerImageAnnotation
Implements IResourceAnnotation
Inheritance
ContainerImageAnnotation
Implements

Constructors

ContainerImageAnnotation()

Properties

Image

Gets or sets the image for the container.

Registry

Gets or sets the registry for the container image.

SHA256

Gets or sets the SHA256 for the specific image.

Tag

Gets or sets the tag for the container image.

Applies to