This is part of the Fake.Azure.WebJobs module.
Record Field | Description |
DirectoryToPackage
Signature: string
|
The directory path of the webjob to zip
|
JobType
Signature: WebJobType
|
Specifies what type of webjob this is. Note that this also determines it's deployment location on Azure
|
Name
Signature: string
|
The name of the web job, this will also be the name out of zip file.
|
PackageLocation
Signature: string
|
The package path to once zipped
|
Project
Signature: string
|
The project to be zipped and deployed as a webjob
|