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

public final class ExecutionType extends com.azure.core.util.ExpandableStringEnum<ExecutionType>
The type of the export execution.
  • Field Details

    • ON_DEMAND

      public static final ExecutionType ON_DEMAND
      Static value OnDemand for ExecutionType.
    • SCHEDULED

      public static final ExecutionType SCHEDULED
      Static value Scheduled for ExecutionType.
  • Constructor Details

    • ExecutionType

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

    • fromString

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

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