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

ServiceGatewaySkuName Class

public final class ServiceGatewaySkuName
extends ExpandableStringEnum<ServiceGatewaySkuName>

Name of a service gateway SKU.

Field Summary

Modifier and Type Field and Description
static final ServiceGatewaySkuName STANDARD

Static value Standard for ServiceGatewaySkuName.

Constructor Summary

Constructor Description
ServiceGatewaySkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceGatewaySkuName value.

Method Summary

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

Creates or finds a ServiceGatewaySkuName from its string representation.

static Collection<ServiceGatewaySkuName> values()

Gets known ServiceGatewaySkuName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

STANDARD

public static final ServiceGatewaySkuName STANDARD

Static value Standard for ServiceGatewaySkuName.

Constructor Details

ServiceGatewaySkuName

@Deprecated
public ServiceGatewaySkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceGatewaySkuName value.

Method Details

fromString

public static ServiceGatewaySkuName fromString(String name)

Creates or finds a ServiceGatewaySkuName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServiceGatewaySkuName.

values

public static Collection<ServiceGatewaySkuName> values()

Gets known ServiceGatewaySkuName values.

Returns:

known ServiceGatewaySkuName values.

Applies to