Share via


IAutomationClient.CreateSchedule(String, String, Schedule) Method

Definition

public Microsoft.Azure.Commands.Automation.Model.Schedule CreateSchedule (string resourceGroupName, string automationAccountName, Microsoft.Azure.Commands.Automation.Model.Schedule schedule);
abstract member CreateSchedule : string * string * Microsoft.Azure.Commands.Automation.Model.Schedule -> Microsoft.Azure.Commands.Automation.Model.Schedule
Public Function CreateSchedule (resourceGroupName As String, automationAccountName As String, schedule As Schedule) As Schedule

Parameters

resourceGroupName
String
automationAccountName
String
schedule
Schedule

Returns

Applies to