Class ResourceSkuCapacityScaleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ResourceSkuCapacityScaleType>
com.azure.resourcemanager.apimanagement.models.ResourceSkuCapacityScaleType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ResourceSkuCapacityScaleType
extends com.azure.core.util.ExpandableStringEnum<ResourceSkuCapacityScaleType>
The scale type applicable to the sku.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourceSkuCapacityScaleTypeStatic value automatic for ResourceSkuCapacityScaleType.static final ResourceSkuCapacityScaleTypeStatic value manual for ResourceSkuCapacityScaleType.static final ResourceSkuCapacityScaleTypeStatic value none for ResourceSkuCapacityScaleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceSkuCapacityScaleTypefromString(String name) Creates or finds a ResourceSkuCapacityScaleType from its string representation.values()Gets known ResourceSkuCapacityScaleType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AUTOMATIC
Static value automatic for ResourceSkuCapacityScaleType. -
MANUAL
Static value manual for ResourceSkuCapacityScaleType. -
NONE
Static value none for ResourceSkuCapacityScaleType.
-
-
Constructor Details
-
ResourceSkuCapacityScaleType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ResourceSkuCapacityScaleType value.
-
-
Method Details
-
fromString
Creates or finds a ResourceSkuCapacityScaleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ResourceSkuCapacityScaleType.
-
values
Gets known ResourceSkuCapacityScaleType values.- Returns:
- known ResourceSkuCapacityScaleType values.
-
fromString(String)factory method.