Interface ScheduledAction.Update
- All Superinterfaces:
ScheduledAction.UpdateStages.WithDisplayName
,ScheduledAction.UpdateStages.WithFileDestination
,ScheduledAction.UpdateStages.WithKind
,ScheduledAction.UpdateStages.WithNotification
,ScheduledAction.UpdateStages.WithNotificationEmail
,ScheduledAction.UpdateStages.WithSchedule
,ScheduledAction.UpdateStages.WithScope
,ScheduledAction.UpdateStages.WithStatus
,ScheduledAction.UpdateStages.WithViewId
- Enclosing interface:
- ScheduledAction
public static interface ScheduledAction.Update
extends ScheduledAction.UpdateStages.WithKind, ScheduledAction.UpdateStages.WithDisplayName, ScheduledAction.UpdateStages.WithFileDestination, ScheduledAction.UpdateStages.WithNotification, ScheduledAction.UpdateStages.WithNotificationEmail, ScheduledAction.UpdateStages.WithSchedule, ScheduledAction.UpdateStages.WithScope, ScheduledAction.UpdateStages.WithStatus, ScheduledAction.UpdateStages.WithViewId
The template for ScheduledAction update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.ScheduledAction.UpdateStages.WithDisplayName
withDisplayName
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.ScheduledAction.UpdateStages.WithFileDestination
withFileDestination
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.ScheduledAction.UpdateStages.WithKind
withKind
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.ScheduledAction.UpdateStages.WithNotification
withNotification
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.ScheduledAction.UpdateStages.WithNotificationEmail
withNotificationEmail
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.ScheduledAction.UpdateStages.WithSchedule
withSchedule
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.ScheduledAction.UpdateStages.WithScope
withScope
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.ScheduledAction.UpdateStages.WithStatus
withStatus
Methods inherited from interface com.azure.resourcemanager.costmanagement.models.ScheduledAction.UpdateStages.WithViewId
withViewId
-
Method Details
-
apply
ScheduledAction 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.
-