Interface ScheduledAction.DefinitionStages.WithViewId
- All Known Subinterfaces:
ScheduledAction.Definition,ScheduledAction.DefinitionStages.WithCreate
- Enclosing interface:
- ScheduledAction.DefinitionStages
public static interface ScheduledAction.DefinitionStages.WithViewId
The stage of the ScheduledAction definition 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.
-