Class ServiceGatewaySkuTier
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServiceGatewaySkuTier>
com.azure.resourcemanager.network.models.ServiceGatewaySkuTier
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ServiceGatewaySkuTier
extends com.azure.core.util.ExpandableStringEnum<ServiceGatewaySkuTier>
Tier of a service gateway SKU.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServiceGatewaySkuTierStatic value Regional for ServiceGatewaySkuTier. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceGatewaySkuTierfromString(String name) Creates or finds a ServiceGatewaySkuTier from its string representation.static Collection<ServiceGatewaySkuTier> values()Gets known ServiceGatewaySkuTier values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
REGIONAL
Static value Regional for ServiceGatewaySkuTier.
-
-
Constructor Details
-
ServiceGatewaySkuTier
Deprecated.Use thefromString(String)factory method.Creates a new instance of ServiceGatewaySkuTier value.
-
-
Method Details
-
fromString
Creates or finds a ServiceGatewaySkuTier from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServiceGatewaySkuTier.
-
values
Gets known ServiceGatewaySkuTier values.- Returns:
- known ServiceGatewaySkuTier values.
-
fromString(String)factory method.