ContainerImageAnnotation
Class sealed net10.0
Represents an annotation for a container image.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ContainerImageAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesImageget; setstring Gets or sets the image for the container.
Registryget; setstring? Gets or sets the registry for the container image.
SHA256get; setstring? Gets or sets the SHA256 for the specific image.
Tagget; setstring? Gets or sets the tag for the container image.