Interface Schedule.Update
- All Superinterfaces:
Schedule.UpdateStages.WithFrequency
,Schedule.UpdateStages.WithState
,Schedule.UpdateStages.WithTags
,Schedule.UpdateStages.WithTime
,Schedule.UpdateStages.WithTimeZone
,Schedule.UpdateStages.WithTop
,Schedule.UpdateStages.WithType
- Enclosing interface:
- Schedule
public static interface Schedule.Update
extends Schedule.UpdateStages.WithTags, Schedule.UpdateStages.WithType, Schedule.UpdateStages.WithFrequency, Schedule.UpdateStages.WithTime, Schedule.UpdateStages.WithTimeZone, Schedule.UpdateStages.WithState, Schedule.UpdateStages.WithTop
The template for Schedule update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Schedule.UpdateStages.WithFrequency
withFrequency
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Schedule.UpdateStages.WithState
withState
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Schedule.UpdateStages.WithTags
withTags
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Schedule.UpdateStages.WithTime
withTime
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Schedule.UpdateStages.WithTimeZone
withTimeZone
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Schedule.UpdateStages.WithTop
withTop
Methods inherited from interface com.azure.resourcemanager.devcenter.models.Schedule.UpdateStages.WithType
withType
-
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.
-