java.lang.Object
com.azure.core.util.ExpandableStringEnum<FileType>
com.azure.resourcemanager.security.models.FileType

public final class FileType extends com.azure.core.util.ExpandableStringEnum<FileType>
The type of the file (for Linux files - Executable is used).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FileType
    Static value Dll for FileType.
    static final FileType
    Static value Exe for FileType.
    static final FileType
    Static value Executable for FileType.
    static final FileType
    Static value Msi for FileType.
    static final FileType
    Static value Script for FileType.
    static final FileType
    Static value Unknown for FileType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static FileType
    Creates or finds a FileType from its string representation.
    Gets known FileType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • EXE

      public static final FileType EXE
      Static value Exe for FileType.
    • DLL

      public static final FileType DLL
      Static value Dll for FileType.
    • MSI

      public static final FileType MSI
      Static value Msi for FileType.
    • SCRIPT

      public static final FileType SCRIPT
      Static value Script for FileType.
    • EXECUTABLE

      public static final FileType EXECUTABLE
      Static value Executable for FileType.
    • UNKNOWN

      public static final FileType UNKNOWN
      Static value Unknown for FileType.
  • Constructor Details

    • FileType

      public FileType()
  • Method Details

    • fromString

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

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