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