java.lang.Object
com.azure.core.util.ExpandableStringEnum<StatusType>
com.azure.resourcemanager.costmanagement.models.StatusType

public final class StatusType extends com.azure.core.util.ExpandableStringEnum<StatusType>
The status of the export's schedule. If 'Inactive', the export's schedule is paused.
  • Field Details

    • ACTIVE

      public static final StatusType ACTIVE
      Static value Active for StatusType.
    • INACTIVE

      public static final StatusType INACTIVE
      Static value Inactive for StatusType.
  • Constructor Details

  • Method Details

    • fromString

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

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