Share via


ExecutableAnnotation Class

Definition

Represents an annotation for a container image.

public sealed class ExecutableAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type ExecutableAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class ExecutableAnnotation
Implements IResourceAnnotation
Inheritance
ExecutableAnnotation
Implements

Constructors

ExecutableAnnotation()

Properties

Command

Gets or sets the command associated with this executable resource.

WorkingDirectory

Gets or sets the working directory for the executable resource.

Applies to