addCSharpAppWithOptions
Function
interface IDistributedApplicationBuilder { // ... omitted for brevity addCSharpAppWithOptions( name: string, path: string, configure: callback): CSharpAppResource;}Signature
method
addCSharpAppWithOptions builder Adds a C# application resource with configuration options
addCSharpAppWithOptions(name: string, path: string, configure: (obj: ProjectResourceOptions) => void): CSharpAppResourceParameters
name string path string configure (obj: ProjectResourceOptions) => void Returns
CSharpAppResource Applies to
This function is an extension method on the following types: