Class SapDeploymentType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SapDeploymentType>
com.azure.resourcemanager.workloads.models.SapDeploymentType
public final class SapDeploymentType
extends com.azure.core.util.ExpandableStringEnum<SapDeploymentType>
Defines values for SapDeploymentType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SapDeploymentType
Static value SingleServer for SapDeploymentType.static final SapDeploymentType
Static value ThreeTier for SapDeploymentType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SapDeploymentType
fromString
(String name) Creates or finds a SapDeploymentType from its string representation.static Collection<SapDeploymentType>
values()
Gets known SapDeploymentType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SINGLE_SERVER
Static value SingleServer for SapDeploymentType. -
THREE_TIER
Static value ThreeTier for SapDeploymentType.
-
-
Constructor Details
-
SapDeploymentType
public SapDeploymentType()
-
-
Method Details
-
fromString
Creates or finds a SapDeploymentType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding SapDeploymentType.
-
values
Gets known SapDeploymentType values.- Returns:
- known SapDeploymentType values.
-