Skip to content
Docs Try Aspire

ContainerImageAnnotation Properties

Class Properties 4 members
Represents an annotation for a container image.
Gets or sets the image for the container.
public string Image { get; set; }
Registry Section titled Registry nullable string?
Gets or sets the registry for the container image.
public string? Registry { get; set; }
SHA256 Section titled SHA256 nullable string?
Gets or sets the SHA256 for the specific image.
public string? SHA256 { get; set; }
Tag Section titled Tag nullable string?
Gets or sets the tag for the container image.
public string? Tag { get; set; }