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