Class BackendProtocol

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

public final class BackendProtocol extends com.azure.core.util.ExpandableStringEnum<BackendProtocol>
Backend communication protocol.
  • Field Details

    • HTTP

      public static final BackendProtocol HTTP
      Static value http for BackendProtocol.
    • SOAP

      public static final BackendProtocol SOAP
      Static value soap for BackendProtocol.
  • Constructor Details

    • BackendProtocol

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

    • fromString

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

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