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

public final class AlwaysLog extends com.azure.core.util.ExpandableStringEnum<AlwaysLog>
Specifies for what type of messages sampling settings should not apply.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AlwaysLog
    Static value allErrors for AlwaysLog.
  • Constructor Summary

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

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • ALL_ERRORS

      public static final AlwaysLog ALL_ERRORS
      Static value allErrors for AlwaysLog.
  • Constructor Details

  • Method Details

    • fromString

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

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