Class ProximityPlacementGroupType

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

public final class ProximityPlacementGroupType extends com.azure.core.util.ExpandableStringEnum<ProximityPlacementGroupType>
Specifies the type of the proximity placement group. Possible values are: **Standard** : Co-locate resources within an Azure region or Availability Zone. **Ultra** : For future use.
  • Field Details

  • Constructor Details

    • ProximityPlacementGroupType

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

    • fromString

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

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