Class IngressStartAtType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IngressStartAtType>
com.azure.resourcemanager.timeseriesinsights.models.IngressStartAtType

public final class IngressStartAtType extends com.azure.core.util.ExpandableStringEnum<IngressStartAtType>
The type of the ingressStartAt, It can be "EarliestAvailable", "EventSourceCreationTime", "CustomEnqueuedTime".
  • Field Details

    • EARLIEST_AVAILABLE

      public static final IngressStartAtType EARLIEST_AVAILABLE
      Static value EarliestAvailable for IngressStartAtType.
    • EVENT_SOURCE_CREATION_TIME

      public static final IngressStartAtType EVENT_SOURCE_CREATION_TIME
      Static value EventSourceCreationTime for IngressStartAtType.
    • CUSTOM_ENQUEUED_TIME

      public static final IngressStartAtType CUSTOM_ENQUEUED_TIME
      Static value CustomEnqueuedTime for IngressStartAtType.
  • Constructor Details

    • IngressStartAtType

      @Deprecated public IngressStartAtType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of IngressStartAtType value.
  • Method Details

    • fromString

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

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