Skip to content
DocsTry Aspire
DocsTry

ExecActionV1 Properties

ClassProperties1 member
ExecActionV1 represents an action that executes a command within a container.
CommandSection titled CommandList<string>
Gets the list of commands to be executed. This property represents the specific command-line arguments that will be invoked as part of the execution action.
public List<string> Command { get; }