IAutomationClient.RegisterScheduledRunbook Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.Automation.Model.JobSchedule RegisterScheduledRunbook (string resourceGroupName, string automationAccountName, string runbookName, string scheduleName, System.Collections.IDictionary parameters, string runOn);
abstract member RegisterScheduledRunbook : string * string * string * string * System.Collections.IDictionary * string -> Microsoft.Azure.Commands.Automation.Model.JobSchedule
Public Function RegisterScheduledRunbook (resourceGroupName As String, automationAccountName As String, runbookName As String, scheduleName As String, parameters As IDictionary, runOn As String) As JobSchedule
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- runbookName
- String
- scheduleName
- String
- parameters
- IDictionary
- runOn
- String