ContainerImagePushOptionsCallbackContext
Handle
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.