Share via


AutomationClient.UpdateSchedule Method

Definition

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
override this.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
isEnabled
Nullable<Boolean>
description
String

Returns

Implements

Applies to