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 Type
    Method
    Description
    Specifies the viewId property: Cost analysis viewId used for scheduled action.
  • Method Details

    • withViewId

      ScheduledAction.Update withViewId(String viewId)
      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.