# ContainerImagePullPolicyAnnotation Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ContainerImagePullPolicyAnnotation](/reference/api/csharp/aspire.hosting/containerimagepullpolicyannotation.md)
- Kind: `Constructors`
- Members: `1`

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

## ContainerImagePullPolicyAnnotation

- Name: `Constructor`

```csharp
public sealed class ContainerImagePullPolicyAnnotation
{
    public ContainerImagePullPolicyAnnotation()
    {
        // ...
    }
}
```
