Class ReportingCycleType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ReportingCycleType>
com.azure.resourcemanager.devtestlabs.models.ReportingCycleType

public final class ReportingCycleType extends com.azure.core.util.ExpandableStringEnum<ReportingCycleType>
Reporting cycle type.
  • Field Details

    • CALENDAR_MONTH

      public static final ReportingCycleType CALENDAR_MONTH
      Static value CalendarMonth for ReportingCycleType.
    • CUSTOM

      public static final ReportingCycleType CUSTOM
      Static value Custom for ReportingCycleType.
  • Constructor Details

    • ReportingCycleType

      @Deprecated public ReportingCycleType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ReportingCycleType value.
  • Method Details

    • fromString

      public static ReportingCycleType fromString(String name)
      Creates or finds a ReportingCycleType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ReportingCycleType.
    • values

      public static Collection<ReportingCycleType> values()
      Gets known ReportingCycleType values.
      Returns:
      known ReportingCycleType values.