Skip to content
Docs Try Aspire

ExecActionV1 Properties

Class Properties 1 member
ExecActionV1 represents an action that executes a command within a container.
Command Section titled Command List<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; }