Class SendingLogs

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SendingLogs>
com.azure.resourcemanager.elastic.models.SendingLogs

public final class SendingLogs extends com.azure.core.util.ExpandableStringEnum<SendingLogs>
SendingLogs

Flag indicating the status of the resource for sending logs operation to Elastic.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final SendingLogs
    Static value False for SendingLogs.
    static final SendingLogs
    Static value True for SendingLogs.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    • TRUE

      public static final SendingLogs TRUE
      Static value True for SendingLogs.
    • FALSE

      public static final SendingLogs FALSE
      Static value False for SendingLogs.
  • Constructor Details

    • SendingLogs

      public SendingLogs()
  • Method Details

    • fromString

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

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