DeploymentTargetAnnotation.ContainerRegistry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the container registry information associated with the deployment target, if the deployment target is an image-based environment.
public Aspire.Hosting.ApplicationModel.IContainerRegistry? ContainerRegistry { get; set; }
member this.ContainerRegistry : Aspire.Hosting.ApplicationModel.IContainerRegistry with get, set
Public Property ContainerRegistry As IContainerRegistry