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

public final class LoggerType extends com.azure.core.util.ExpandableStringEnum<LoggerType>
Logger type.
  • Field Details

    • AZURE_EVENT_HUB

      public static final LoggerType AZURE_EVENT_HUB
      Static value azureEventHub for LoggerType.
    • APPLICATION_INSIGHTS

      public static final LoggerType APPLICATION_INSIGHTS
      Static value applicationInsights for LoggerType.
    • AZURE_MONITOR

      public static final LoggerType AZURE_MONITOR
      Static value azureMonitor for LoggerType.
  • Constructor Details

  • Method Details

    • fromString

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

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