IAutomationClient.UpdateSchedule 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 UpdateSchedule (string resourceGroupName, string automationAccountName, string scheduleName, bool? isEnabled, string description);
abstract member UpdateSchedule : string * string * string * Nullable<bool> * string -> Microsoft.Azure.Commands.Automation.Model.Schedule
Public Function UpdateSchedule (resourceGroupName As String, automationAccountName As String, scheduleName As String, isEnabled As Nullable(Of Boolean), description As String) As Schedule
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- scheduleName
- String
- description
- String