NodeAppResource(String, String, String) Constructor

Definition

A resource that represents a node application.

public NodeAppResource(string name, string command, string workingDirectory);
new Aspire.Hosting.JavaScript.NodeAppResource : string * string * string -> Aspire.Hosting.JavaScript.NodeAppResource
Public Sub New (name As String, command As String, workingDirectory As String)

Parameters

name
String

The name of the resource.

command
String

The command to execute.

workingDirectory
String

The working directory to use for the command.

Applies to