ContainerImageAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |