Skip to content
DocsTry Aspire
DocsTry

ContainerImagePushOptionsCallbackContext Properties

ClassProperties3 members
Provides context information for container image push options callbacks.
CancellationTokenSection titled CancellationTokenCancellationToken
Gets the cancellation token to observe while configuring image push options.
public CancellationToken CancellationToken { get; init; }
Gets the container image push options that can be modified by the callback.
public ContainerImagePushOptions Options { get; init; }
Gets the resource being configured for container image push operations.
public IResource Resource { get; init; }