Class WarmStoragePropertiesState

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

public final class WarmStoragePropertiesState extends com.azure.core.util.ExpandableStringEnum<WarmStoragePropertiesState>
This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".
  • Field Details

  • Constructor Details

    • WarmStoragePropertiesState

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

    • fromString

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

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