Class InstallScriptType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<InstallScriptType>
com.azure.resourcemanager.appservice.models.InstallScriptType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class InstallScriptType
extends com.azure.core.util.ExpandableStringEnum<InstallScriptType>
Type of the install script.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InstallScriptTypeStatic value PlatformStorage for InstallScriptType.static final InstallScriptTypeStatic value RemoteAzureBlob for InstallScriptType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InstallScriptTypefromString(String name) Creates or finds a InstallScriptType from its string representation.static Collection<InstallScriptType> values()Gets known InstallScriptType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
REMOTE_AZURE_BLOB
Static value RemoteAzureBlob for InstallScriptType. -
PLATFORM_STORAGE
Static value PlatformStorage for InstallScriptType.
-
-
Constructor Details
-
InstallScriptType
Deprecated.Use thefromString(String)factory method.Creates a new instance of InstallScriptType value.
-
-
Method Details
-
fromString
Creates or finds a InstallScriptType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding InstallScriptType.
-
values
Gets known InstallScriptType values.- Returns:
- known InstallScriptType values.
-
fromString(String)factory method.