Class LocalTimestampFormat

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

public final class LocalTimestampFormat extends com.azure.core.util.ExpandableStringEnum<LocalTimestampFormat>
An enum that represents the format of the local timestamp property that needs to be set.
  • Field Details

    • EMBEDDED

      public static final LocalTimestampFormat EMBEDDED
      Static value Embedded for LocalTimestampFormat.
  • Constructor Details

    • LocalTimestampFormat

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

    • fromString

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

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