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

ServiceGatewaySkuTier Class

public final class ServiceGatewaySkuTier
extends ExpandableStringEnum<ServiceGatewaySkuTier>

Tier of a service gateway SKU.

Field Summary

Modifier and Type Field and Description
static final ServiceGatewaySkuTier REGIONAL

Static value Regional for ServiceGatewaySkuTier.

Constructor Summary

Constructor Description
ServiceGatewaySkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceGatewaySkuTier value.

Method Summary

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

Creates or finds a ServiceGatewaySkuTier from its string representation.

static Collection<ServiceGatewaySkuTier> values()

Gets known ServiceGatewaySkuTier values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

REGIONAL

public static final ServiceGatewaySkuTier REGIONAL

Static value Regional for ServiceGatewaySkuTier.

Constructor Details

ServiceGatewaySkuTier

@Deprecated
public ServiceGatewaySkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceGatewaySkuTier value.

Method Details

fromString

public static ServiceGatewaySkuTier fromString(String name)

Creates or finds a ServiceGatewaySkuTier from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServiceGatewaySkuTier.

values

public static Collection<ServiceGatewaySkuTier> values()

Gets known ServiceGatewaySkuTier values.

Returns:

known ServiceGatewaySkuTier values.

Applies to