Share via


DeployingCallbackAnnotation Class

Definition

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.

Applies to