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