ContainerImagePushOptionsCallbackContext
Handle
interface ContainerImagePushOptionsCallbackContext { readonly cancellationToken: cancellationToken; readonly options: ContainerImagePushOptions; readonly resource: IResource;}Properties
property
cancellationTokencancellationTokengetGets the cancellation token to observe while configuring image push options.
property
optionsContainerImagePushOptionsgetGets the container image push options that can be modified by the callback.
property
resourceIResourcegetGets the resource being configured for container image push operations.