Skip to content
Docs Try Aspire

DeploymentTargetAnnotation Properties

Class Properties 3 members
Represents an annotation for a deployment target.
Gets or sets the compute environment resource associated with the deployment target.
public IComputeEnvironmentResource? ComputeEnvironment { get; set; }
Gets or sets the container registry information associated with the deployment target, if the deployment target is an image-based environment.
public IContainerRegistry? ContainerRegistry { get; set; }
The deployment target.
public IResource DeploymentTarget { get; set; }