Interface Schedule.Update
- All Superinterfaces:
Schedule.UpdateStages.WithDescription
,Schedule.UpdateStages.WithIsEnabled
,Schedule.UpdateStages.WithName
- Enclosing interface:
- Schedule
public static interface Schedule.Update
extends Schedule.UpdateStages.WithName, Schedule.UpdateStages.WithDescription, Schedule.UpdateStages.WithIsEnabled
The template for Schedule update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.automation.models.Schedule.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.automation.models.Schedule.UpdateStages.WithIsEnabled
withIsEnabled
Methods inherited from interface com.azure.resourcemanager.automation.models.Schedule.UpdateStages.WithName
withName
-
Method Details
-
apply
Schedule apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-