ProximityPlacementGroupType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. ProximityPlacementGroupType
- com.
- com.
public final class ProximityPlacementGroupType
extends 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 Summary
Modifier and Type | Field and Description |
---|---|
static final
Proximity |
STANDARD
Static value Standard for Proximity |
static final
Proximity |
ULTRA
Static value Ultra for Proximity |
Constructor Summary
Constructor | Description |
---|---|
ProximityPlacementGroupType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Proximity |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Proximity |
fromString(String name)
Creates or finds a Proximity |
static
Collection<Proximity |
values()
Gets known Proximity |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
STANDARD
public static final ProximityPlacementGroupType STANDARD
Static value Standard for ProximityPlacementGroupType.
ULTRA
public static final ProximityPlacementGroupType ULTRA
Static value Ultra for ProximityPlacementGroupType.
Constructor Details
ProximityPlacementGroupType
@Deprecated
public ProximityPlacementGroupType()
Deprecated
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:
Returns:
values
public static Collection
Gets known ProximityPlacementGroupType values.
Returns:
Applies to
Azure SDK for Java