Class BackendProtocol


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

      • HTTP

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

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

      • BackendProtocol

        public BackendProtocol()
    • Method Detail

      • 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.