DeployingCallbackAnnotation 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 a default deploying callback annotation for a distributed application model.
public sealed class DeployingCallbackAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
	type DeployingCallbackAnnotation = class
    interface IResourceAnnotation
	Public NotInheritable Class DeployingCallbackAnnotation
Implements IResourceAnnotation
		- Inheritance
 - 
				DeployingCallbackAnnotation
 
- Implements
 
Remarks
Initializes a new instance of the DeployingCallbackAnnotation class.
Constructors
| DeployingCallbackAnnotation(Func<DeployingContext,Task>) | 
		 Represents a default deploying callback annotation for a distributed application model.  | 
        	
Properties
| Callback | 
		 The deploying callback.  |