Class JobLimitsType


  • public final class JobLimitsType
    extends com.azure.core.util.ExpandableStringEnum<JobLimitsType>
    Defines values for JobLimitsType.
    • Field Detail

      • COMMAND

        public static final JobLimitsType COMMAND
        Static value Command for JobLimitsType.
      • SWEEP

        public static final JobLimitsType SWEEP
        Static value Sweep for JobLimitsType.
    • Constructor Detail

      • JobLimitsType

        public JobLimitsType()
    • Method Detail

      • fromString

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

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