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

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

    • STRING

      public static final PropertyType STRING
      Static value String for PropertyType.
  • Constructor Details

    • PropertyType

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

    • fromString

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

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