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