Class OutputDeliveryMode


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

      • READ_WRITE_MOUNT

        public static final OutputDeliveryMode READ_WRITE_MOUNT
        Static value ReadWriteMount for OutputDeliveryMode.
      • UPLOAD

        public static final OutputDeliveryMode UPLOAD
        Static value Upload for OutputDeliveryMode.
    • Constructor Detail

      • OutputDeliveryMode

        public OutputDeliveryMode()
    • Method Detail

      • fromString

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

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