Skip to content
Docs Try Aspire
Docs Try

withImagePushOptions

Method
📦 Aspire.Hosting v13.3.0
interface ContainerResource {
// ... omitted for brevity
withImagePushOptions(callback: callback): IComputeResource;
}

Signature

method withImagePushOptions builder
Sets image push options via callback
withImagePushOptions(callback: (arg: ContainerImagePushOptionsCallbackContext) => Promise<void>): IComputeResource
callback (arg: ContainerImagePushOptionsCallbackContext) => Promise<void>
IComputeResource

Applies to

This method applies to the following types: