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

public final class Source extends com.azure.core.util.ExpandableStringEnum<Source>
The platform where the assessed resource resides.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Source
    Static value Azure for Source.
    static final Source
    Static value OnPremise for Source.
    static final Source
    Static value OnPremiseSql for Source.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Source
    Creates or finds a Source from its string representation.
    Gets known Source 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

    • AZURE

      public static final Source AZURE
      Static value Azure for Source.
    • ON_PREMISE

      public static final Source ON_PREMISE
      Static value OnPremise for Source.
    • ON_PREMISE_SQL

      public static final Source ON_PREMISE_SQL
      Static value OnPremiseSql for Source.
  • Constructor Details

    • Source

      public Source()
  • Method Details

    • fromString

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

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