Class SavingsPlanSummaryCount

java.lang.Object
com.azure.resourcemanager.billingbenefits.models.SavingsPlanSummaryCount

public final class SavingsPlanSummaryCount extends Object
The roll up count summary of savings plans in each state.
  • Constructor Details

    • SavingsPlanSummaryCount

      public SavingsPlanSummaryCount()
      Creates an instance of SavingsPlanSummaryCount class.
  • Method Details

    • succeededCount

      public Float succeededCount()
      Get the succeededCount property: The number of savings plans in Succeeded state.
      Returns:
      the succeededCount value.
    • failedCount

      public Float failedCount()
      Get the failedCount property: The number of savings plans in Failed state.
      Returns:
      the failedCount value.
    • expiringCount

      public Float expiringCount()
      Get the expiringCount property: The number of savings plans in Expiring state.
      Returns:
      the expiringCount value.
    • expiredCount

      public Float expiredCount()
      Get the expiredCount property: The number of savings plans in Expired state.
      Returns:
      the expiredCount value.
    • pendingCount

      public Float pendingCount()
      Get the pendingCount property: The number of savings plans in Pending state.
      Returns:
      the pendingCount value.
    • cancelledCount

      public Float cancelledCount()
      Get the cancelledCount property: The number of savings plans in Cancelled state.
      Returns:
      the cancelledCount value.
    • processingCount

      public Float processingCount()
      Get the processingCount property: The number of savings plans in Processing state.
      Returns:
      the processingCount value.
    • noBenefitCount

      public Float noBenefitCount()
      Get the noBenefitCount property: The number of savings plans in No Benefit state.
      Returns:
      the noBenefitCount value.
    • warningCount

      public Float warningCount()
      Get the warningCount property: The number of savings plans in Warning state.
      Returns:
      the warningCount value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.