Class SourceEnum

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SourceEnum>
com.azure.resourcemanager.loganalytics.models.SourceEnum
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class SourceEnum extends com.azure.core.util.ExpandableStringEnum<SourceEnum>
Table's creator.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SourceEnum
    Tables created by the owner of the Workspace, and only found in this Workspace.
    static final SourceEnum
    Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class Object

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

    • MICROSOFT

      public static final SourceEnum MICROSOFT
      Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means.
    • CUSTOMER

      public static final SourceEnum CUSTOMER
      Tables created by the owner of the Workspace, and only found in this Workspace.
  • Constructor Details

  • Method Details

    • fromString

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

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