CodeConfiguration interface

Code-based deployment configuration for a hosted agent.

Properties

entry_point

The entry point command and arguments for the code execution.

runtime

The runtime identifier for code execution (e.g., 'python_3_11', 'python_3_12', 'python_3_13').

Property Details

entry_point

The entry point command and arguments for the code execution.

entry_point: string[]

Property Value

string[]

runtime

The runtime identifier for code execution (e.g., 'python_3_11', 'python_3_12', 'python_3_13').

runtime: string

Property Value

string