ExecutableAnnotation 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 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. |