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

public final class IngressState extends com.azure.core.util.ExpandableStringEnum<IngressState>
This string represents the state of ingress operations on an environment. It can be "Disabled", "Ready", "Running", "Paused" or "Unknown".
  • Field Details

    • DISABLED

      public static final IngressState DISABLED
      Static value Disabled for IngressState.
    • READY

      public static final IngressState READY
      Static value Ready for IngressState.
    • RUNNING

      public static final IngressState RUNNING
      Static value Running for IngressState.
    • PAUSED

      public static final IngressState PAUSED
      Static value Paused for IngressState.
    • UNKNOWN

      public static final IngressState UNKNOWN
      Static value Unknown for IngressState.
  • Constructor Details

    • IngressState

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

    • fromString

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

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