DeploymentTargetAnnotation Class

Definition

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.

Applies to