DeploymentTargetAnnotation Class  
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.
Represents an annotation for a deployment target.
public sealed class DeploymentTargetAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
	type DeploymentTargetAnnotation = class
    interface IResourceAnnotation
	Public NotInheritable Class DeploymentTargetAnnotation
Implements IResourceAnnotation
		- Inheritance
 - 
				DeploymentTargetAnnotation
 
- Implements
 
Constructors
| DeploymentTargetAnnotation(IResource) | 
		 Represents an annotation for a deployment target.  | 
        	
Properties
| ComputeEnvironment | 
		 Gets or sets the compute environment resource associated with the deployment target.  | 
        	
| ContainerRegistry | 
		 Gets or sets the container registry information associated with the deployment target, if the deployment target is an image-based environment.  | 
        	
| DeploymentTarget | 
		 The deployment target.  |