az webapp webjob
Allows management operations for webjobs on a web app.
Commands
Name | Description | Type | Status |
---|---|---|---|
az webapp webjob continuous |
Allows management operations of continuous webjobs on a web app. |
Core | GA |
az webapp webjob continuous list |
List all continuous webjobs on a selected web app. |
Core | GA |
az webapp webjob continuous remove |
Delete a specific continuous webjob. |
Core | GA |
az webapp webjob continuous start |
Start a specific continuous webjob on a selected web app. |
Core | GA |
az webapp webjob continuous stop |
Stop a specific continuous webjob. |
Core | GA |
az webapp webjob triggered |
Allows management operations of triggered webjobs on a web app. |
Core | GA |
az webapp webjob triggered list |
List all triggered webjobs hosted on a web app. |
Core | GA |
az webapp webjob triggered log |
Get history of a specific triggered webjob hosted on a web app. |
Core | GA |
az webapp webjob triggered remove |
Delete a specific triggered webjob hosted on a web app. |
Core | GA |
az webapp webjob triggered run |
Run a specific triggered webjob hosted on a web app. |
Core | GA |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.