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