Class InputDeliveryMode


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

      • READ_ONLY_MOUNT

        public static final InputDeliveryMode READ_ONLY_MOUNT
        Static value ReadOnlyMount for InputDeliveryMode.
      • READ_WRITE_MOUNT

        public static final InputDeliveryMode READ_WRITE_MOUNT
        Static value ReadWriteMount for InputDeliveryMode.
      • DOWNLOAD

        public static final InputDeliveryMode DOWNLOAD
        Static value Download for InputDeliveryMode.
      • DIRECT

        public static final InputDeliveryMode DIRECT
        Static value Direct for InputDeliveryMode.
      • EVAL_MOUNT

        public static final InputDeliveryMode EVAL_MOUNT
        Static value EvalMount for InputDeliveryMode.
      • EVAL_DOWNLOAD

        public static final InputDeliveryMode EVAL_DOWNLOAD
        Static value EvalDownload for InputDeliveryMode.
    • Constructor Detail

      • InputDeliveryMode

        public InputDeliveryMode()
    • Method Detail

      • fromString

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

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