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 Details

    • REMOTE_AZURE_BLOB

      public static final InstallScriptType REMOTE_AZURE_BLOB
      Static value RemoteAzureBlob for InstallScriptType.
    • PLATFORM_STORAGE

      public static final InstallScriptType PLATFORM_STORAGE
      Static value PlatformStorage for InstallScriptType.
  • Constructor Details

    • InstallScriptType

      @Deprecated public InstallScriptType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of InstallScriptType value.
  • Method Details

    • fromString

      public static InstallScriptType fromString(String name)
      Creates or finds a InstallScriptType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding InstallScriptType.
    • values

      public static Collection<InstallScriptType> values()
      Gets known InstallScriptType values.
      Returns:
      known InstallScriptType values.