Class ReferenceDataKeyPropertyType

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

public final class ReferenceDataKeyPropertyType extends com.azure.core.util.ExpandableStringEnum<ReferenceDataKeyPropertyType>
The type of the key property.
  • Field Details

  • Constructor Details

    • ReferenceDataKeyPropertyType

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

    • fromString

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

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