DeploymentTargetAnnotation
Class sealed net10.0
Represents an annotation for a deployment target.
namespace Aspire.Hosting.ApplicationModel;
public sealed class DeploymentTargetAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesComputeEnvironmentget; set Gets or sets the compute environment resource associated with the deployment target.
ContainerRegistryget; set Gets or sets the container registry information associated with the deployment target, if the deployment target is an image-based environment.
DeploymentTargetget; set The deployment target.