Skip to content
Docs Try Aspire

ContainerImagePushOptionsCallbackAnnotation Properties

Class Properties 1 member
Represents an annotation that configures container image push options via a callback function.
Callback Section titled Callback Func<ContainerImagePushOptionsCallbackContext, Task>
Gets the callback function that configures image push options.
public Func<ContainerImagePushOptionsCallbackContext, Task> Callback { get; }