Skip to content
Docs Try Aspire
Docs Try

ContainerImagePushOptionsCallbackContext

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

Properties

property cancellationToken cancellationToken get
Gets the cancellation token to observe while configuring image push options.
property options ContainerImagePushOptions get
Gets the container image push options that can be modified by the callback.
property resource IResource get
Gets the resource being configured for container image push operations.