# ContainerImagePushOptionsCallbackAnnotation Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ContainerImagePushOptionsCallbackAnnotation](/reference/api/csharp/aspire.hosting/containerimagepushoptionscallbackannotation.md)
- Kind: `Properties`
- Members: `1`

Represents an annotation that configures container image push options via a callback function.

## Callback

- Name: `Callback`
- Modifiers: `get`
- Returns: `Func<ContainerImagePushOptionsCallbackContext, Task>`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ApplicationModel/ContainerImagePushOptionsCallbackAnnotation.cs#L57)

Gets the callback function that configures image push options.

```csharp
public Func<ContainerImagePushOptionsCallbackContext, Task> Callback { get; }
```
