Interface MonitorResource.UpdateStages.WithPlanData

All Known Subinterfaces:
MonitorResource.Update
Enclosing interface:
MonitorResource.UpdateStages

public static interface MonitorResource.UpdateStages.WithPlanData
The stage of the MonitorResource update allowing to specify planData.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the planData property: Billing plan information..
  • Method Details

    • withPlanData

      MonitorResource.Update withPlanData(PlanData planData)
      Specifies the planData property: Billing plan information..
      Parameters:
      planData - Billing plan information.
      Returns:
      the next definition stage.