Skip to content
Docs Try Aspire

ContainerImagePushOptionsCallbackContext Properties

Class Properties 3 members
Provides context information for container image push options callbacks.
CancellationToken Section titled CancellationToken CancellationToken
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; }