Class HttpSchemeType

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

public final class HttpSchemeType extends com.azure.core.util.ExpandableStringEnum<HttpSchemeType>
Scheme to use for connecting to the host. Defaults to HTTP. Possible enum values: - `"HTTP"` means that the scheme used will be http:// - `"HTTPS"` means that the scheme used will be https://.
  • Field Details

    • HTTP

      public static final HttpSchemeType HTTP
      Static value HTTP for HttpSchemeType.
    • HTTPS

      public static final HttpSchemeType HTTPS
      Static value HTTPS for HttpSchemeType.
  • Constructor Details

    • HttpSchemeType

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

    • fromString

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

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