PythonProjectResourceBuilderExtensions Class

Definition

Provides extension methods for adding Python applications to an IDistributedApplicationBuilder.

public static class PythonProjectResourceBuilderExtensions
type PythonProjectResourceBuilderExtensions = class
Public Module PythonProjectResourceBuilderExtensions
Inheritance
PythonProjectResourceBuilderExtensions

Methods

AddPythonProject(IDistributedApplicationBuilder, String, String, String, String, String[])

Adds a python application with a virtual environment to the application model.

AddPythonProject(IDistributedApplicationBuilder, String, String, String, String[])

Adds a python application with a virtual environment to the application model.

Applies to