Compartir a través de


CodeConfiguration interface

Configuration for a scoring code asset.

Properties

codeId

ARM resource ID of the code asset.

scoringScript

[Required] The script to execute on startup. eg. "score.py"

Property Details

codeId

ARM resource ID of the code asset.

codeId?: string

Property Value

string

scoringScript

[Required] The script to execute on startup. eg. "score.py"

scoringScript: string

Property Value

string