Class UserSourceType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<UserSourceType>
com.azure.resourcemanager.appplatform.models.UserSourceType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class UserSourceType extends com.azure.core.util.ExpandableStringEnum<UserSourceType>
Defines values for UserSourceType.
  • Field Details

    • JAR

      public static final UserSourceType JAR
      Static value Jar for UserSourceType.
    • NET_CORE_ZIP

      public static final UserSourceType NET_CORE_ZIP
      Static value NetCoreZip for UserSourceType.
    • SOURCE

      public static final UserSourceType SOURCE
      Static value Source for UserSourceType.
    • BUILD_RESULT

      public static final UserSourceType BUILD_RESULT
      Static value BuildResult for UserSourceType.
  • Constructor Details

    • UserSourceType

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

    • fromString

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

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