ExecutableAnnotation
Class sealed net10.0
Represents an annotation for a container image.
namespace Aspire.Hosting.ApplicationModel;
public sealed class ExecutableAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesCommandget; setstring Gets or sets the command associated with this executable resource.
WorkingDirectoryget; setstring Gets or sets the working directory for the executable resource.