Class ExtendedLocationTypes

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExtendedLocationTypes>
com.azure.resourcemanager.azurearcdata.models.ExtendedLocationTypes

public final class ExtendedLocationTypes extends com.azure.core.util.ExpandableStringEnum<ExtendedLocationTypes>
The type of extendedLocation.
  • Field Details

    • CUSTOM_LOCATION

      public static final ExtendedLocationTypes CUSTOM_LOCATION
      Static value CustomLocation for ExtendedLocationTypes.
  • Constructor Details

    • ExtendedLocationTypes

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

    • fromString

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

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