AdfBuildMode Enumeration
The AdfBuildMode enumeration specifies the method that should be used to emit ADF components for assets in this project.
Enumeration Values
Name | Summary |
---|---|
None | Specifies that no Azure Data Factory (ADF) code for objects in the project should be emitted. |
ArmTemplate | Specifies that the Azure Data Factory (ADF) objects in the project should be emitted as a single Azure Resource Manager (ARM) Template for ease of deployment. |
MultipleJsonFiles | Specifies that the Azure Data Factory (ADF) objects in the project should be emitted as multiple JSON files, one for each object. |