AutomationPSClient.CreateSchedule(String, String, Schedule) 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.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
override this.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