你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProximityPlacementGroupType Class

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 ProximityPlacementGroupType STANDARD

Static value Standard for ProximityPlacementGroupType.

static final ProximityPlacementGroupType ULTRA

Static value Ultra for ProximityPlacementGroupType.

Constructor Summary

Constructor Description
ProximityPlacementGroupType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ProximityPlacementGroupType value.

Method Summary

Modifier and Type Method and Description
static ProximityPlacementGroupType fromString(String name)

Creates or finds a ProximityPlacementGroupType from its string representation.

static Collection<ProximityPlacementGroupType> values()

Gets known ProximityPlacementGroupType values.

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

Use the fromString(String name) 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 values()

Gets known ProximityPlacementGroupType values.

Returns:

known ProximityPlacementGroupType values.

Applies to