Enum Class WindowsDefenderProductStatus

java.lang.Object
java.lang.Enum<WindowsDefenderProductStatus>
com.microsoft.graph.models.WindowsDefenderProductStatus
All Implemented Interfaces:
Serializable, Comparable<WindowsDefenderProductStatus>, Constable

public enum WindowsDefenderProductStatus extends Enum<WindowsDefenderProductStatus>
The Enum Windows Defender Product Status.
  • Enum Constant Details

    • NO_STATUS

      public static final WindowsDefenderProductStatus NO_STATUS
      no Status
    • SERVICE_NOT_RUNNING

      public static final WindowsDefenderProductStatus SERVICE_NOT_RUNNING
      service Not Running
    • SERVICE_STARTED_WITHOUT_MALWARE_PROTECTION

      public static final WindowsDefenderProductStatus SERVICE_STARTED_WITHOUT_MALWARE_PROTECTION
      service Started Without Malware Protection
    • PENDING_FULL_SCAN_DUE_TO_THREAT_ACTION

      public static final WindowsDefenderProductStatus PENDING_FULL_SCAN_DUE_TO_THREAT_ACTION
      pending Full Scan Due To Threat Action
    • PENDING_REBOOT_DUE_TO_THREAT_ACTION

      public static final WindowsDefenderProductStatus PENDING_REBOOT_DUE_TO_THREAT_ACTION
      pending Reboot Due To Threat Action
    • PENDING_MANUAL_STEPS_DUE_TO_THREAT_ACTION

      public static final WindowsDefenderProductStatus PENDING_MANUAL_STEPS_DUE_TO_THREAT_ACTION
      pending Manual Steps Due To Threat Action
    • AV_SIGNATURES_OUT_OF_DATE

      public static final WindowsDefenderProductStatus AV_SIGNATURES_OUT_OF_DATE
      av Signatures Out Of Date
    • AS_SIGNATURES_OUT_OF_DATE

      public static final WindowsDefenderProductStatus AS_SIGNATURES_OUT_OF_DATE
      as Signatures Out Of Date
    • NO_QUICK_SCAN_HAPPENED_FOR_SPECIFIED_PERIOD

      public static final WindowsDefenderProductStatus NO_QUICK_SCAN_HAPPENED_FOR_SPECIFIED_PERIOD
      no Quick Scan Happened For Specified Period
    • NO_FULL_SCAN_HAPPENED_FOR_SPECIFIED_PERIOD

      public static final WindowsDefenderProductStatus NO_FULL_SCAN_HAPPENED_FOR_SPECIFIED_PERIOD
      no Full Scan Happened For Specified Period
    • SYSTEM_INITIATED_SCAN_IN_PROGRESS

      public static final WindowsDefenderProductStatus SYSTEM_INITIATED_SCAN_IN_PROGRESS
      system Initiated Scan In Progress
    • SYSTEM_INITIATED_CLEAN_IN_PROGRESS

      public static final WindowsDefenderProductStatus SYSTEM_INITIATED_CLEAN_IN_PROGRESS
      system Initiated Clean In Progress
    • SAMPLES_PENDING_SUBMISSION

      public static final WindowsDefenderProductStatus SAMPLES_PENDING_SUBMISSION
      samples Pending Submission
    • PRODUCT_RUNNING_IN_EVALUATION_MODE

      public static final WindowsDefenderProductStatus PRODUCT_RUNNING_IN_EVALUATION_MODE
      product Running In Evaluation Mode
    • PRODUCT_RUNNING_IN_NON_GENUINE_MODE

      public static final WindowsDefenderProductStatus PRODUCT_RUNNING_IN_NON_GENUINE_MODE
      product Running In Non Genuine Mode
    • PRODUCT_EXPIRED

      public static final WindowsDefenderProductStatus PRODUCT_EXPIRED
      product Expired
    • OFFLINE_SCAN_REQUIRED

      public static final WindowsDefenderProductStatus OFFLINE_SCAN_REQUIRED
      offline Scan Required
    • SERVICE_SHUTDOWN_AS_PART_OF_SYSTEM_SHUTDOWN

      public static final WindowsDefenderProductStatus SERVICE_SHUTDOWN_AS_PART_OF_SYSTEM_SHUTDOWN
      service Shutdown As Part Of System Shutdown
    • THREAT_REMEDIATION_FAILED_CRITICALLY

      public static final WindowsDefenderProductStatus THREAT_REMEDIATION_FAILED_CRITICALLY
      threat Remediation Failed Critically
    • THREAT_REMEDIATION_FAILED_NON_CRITICALLY

      public static final WindowsDefenderProductStatus THREAT_REMEDIATION_FAILED_NON_CRITICALLY
      threat Remediation Failed Non Critically
    • NO_STATUS_FLAGS_SET

      public static final WindowsDefenderProductStatus NO_STATUS_FLAGS_SET
      no Status Flags Set
    • PLATFORM_OUT_OF_DATE

      public static final WindowsDefenderProductStatus PLATFORM_OUT_OF_DATE
      platform Out Of Date
    • PLATFORM_UPDATE_IN_PROGRESS

      public static final WindowsDefenderProductStatus PLATFORM_UPDATE_IN_PROGRESS
      platform Update In Progress
    • PLATFORM_ABOUT_TO_BE_OUTDATED

      public static final WindowsDefenderProductStatus PLATFORM_ABOUT_TO_BE_OUTDATED
      platform About To Be Outdated
    • SIGNATURE_OR_PLATFORM_END_OF_LIFE_IS_PAST_OR_IS_IMPENDING

      public static final WindowsDefenderProductStatus SIGNATURE_OR_PLATFORM_END_OF_LIFE_IS_PAST_OR_IS_IMPENDING
      signature Or Platform End Of Life Is Past Or Is Impending
    • WINDOWS_S_MODE_SIGNATURES_IN_USE_ON_NON_WIN10_S_INSTALL

      public static final WindowsDefenderProductStatus WINDOWS_S_MODE_SIGNATURES_IN_USE_ON_NON_WIN10_S_INSTALL
      windows SMode Signatures In Use On Non Win10SInstall
    • UNEXPECTED_VALUE

      public static final WindowsDefenderProductStatus UNEXPECTED_VALUE
      For WindowsDefenderProductStatus values that were not expected from the service
  • Method Details

    • values

      public static WindowsDefenderProductStatus[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WindowsDefenderProductStatus valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null