Skip to content
Docs Try Aspire

DeploymentTargetAnnotation

Class sealed net10.0
📦 Aspire.Hosting v13.1.2
Represents an annotation for a deployment target.
namespace Aspire.Hosting.ApplicationModel;
public sealed class DeploymentTargetAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}
View all constructors
ComputeEnvironmentget; 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.
View all properties