Class ExtendedLocationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExtendedLocationType>
com.azure.resourcemanager.compute.models.ExtendedLocationType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ExtendedLocationType extends com.azure.core.util.ExpandableStringEnum<ExtendedLocationType>
The type of the extended location.
  • Field Details

    • EDGE_ZONE

      public static final ExtendedLocationType EDGE_ZONE
      Static value EdgeZone for ExtendedLocationType.
  • Constructor Details

    • ExtendedLocationType

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

    • fromString

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

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