Skip to content
DocsTry Aspire
DocsTry

ContainerImagePushOptionsCallbackContext

Handle
📦 Aspire.Hosting v13.4.0
interface ContainerImagePushOptionsCallbackContext {
readonly cancellationToken: cancellationToken;
readonly options: ContainerImagePushOptions;
readonly resource: IResource;
}

Properties

propertycancellationTokencancellationTokenget
Gets the cancellation token to observe while configuring image push options.
propertyoptionsContainerImagePushOptionsget
Gets the container image push options that can be modified by the callback.
propertyresourceIResourceget
Gets the resource being configured for container image push operations.