Linked Questions

Popular Questions

I am using the .NET SDK to build an application which will trigger Azure automation runbooks. I've tried to start the runbook using a webhook but I am unable to find the method that will start the webhook and return a job ID.

I am using the AutomationClient from the namespace:

Microsoft.Azure.Management.Automation Version: 3.8.0-preview.

Related Questions