Share via


ContainerImagePushOptionsCallbackContext.Options Property

Definition

Gets the container image push options that can be modified by the callback.

public Aspire.Hosting.ApplicationModel.ContainerImagePushOptions Options { get; init; }
member this.Options : Aspire.Hosting.ApplicationModel.ContainerImagePushOptions with get, set
Public Property Options As ContainerImagePushOptions

Property Value

The ContainerImagePushOptions instance containing the remote image name and tag configuration. Callbacks should modify the RemoteImageName and RemoteImageTag properties to customize how the image is pushed to the registry.

Applies to