Share via


ContainerImagePullPolicyAnnotation Class

Definition

Annotation that controls the image pull policy for a container resource.

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

Constructors

Name Description
ContainerImagePullPolicyAnnotation()

Properties

Name Description
ImagePullPolicy

Gets or sets the image pull policy for the container resource.

Applies to