Interface ScheduledAction.UpdateStages.WithViewId
- All Known Subinterfaces:
ScheduledAction.Update
- Enclosing interface:
- ScheduledAction.UpdateStages
public static interface ScheduledAction.UpdateStages.WithViewId
The stage of the ScheduledAction update allowing to specify viewId.
-
Method Summary
Modifier and TypeMethodDescriptionwithViewId(String viewId) Specifies the viewId property: Cost analysis viewId used for scheduled action.
-
Method Details
-
withViewId
Specifies the viewId property: Cost analysis viewId used for scheduled action. For example, '/providers/Microsoft.CostManagement/views/swaggerExample'.- Parameters:
viewId- Cost analysis viewId used for scheduled action. For example, '/providers/Microsoft.CostManagement/views/swaggerExample'.- Returns:
- the next definition stage.
-