Skip to content
DocsTry Aspire
DocsTry

ContainerResource.withImagePullPolicy

Method
📦 Aspire.Hosting v13.4.0
interface ContainerResource {
// ... omitted for brevity
withImagePullPolicy(pullPolicy: ImagePullPolicy): ContainerResource;
}

Signature

methodwithImagePullPolicybuilder
Sets the pull policy for the container resource.
withImagePullPolicy(pullPolicy: ImagePullPolicy): ContainerResource
pullPolicyImagePullPolicy
ContainerResource

Defined on

This method is defined on the following type: