Class BackendProtocol

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BackendProtocol>
com.azure.resourcemanager.appplatform.models.BackendProtocol

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

    • GRPC

      public static final BackendProtocol GRPC
      Static value GRPC for BackendProtocol.
    • DEFAULT

      public static final BackendProtocol DEFAULT
      Static value Default for BackendProtocol.
  • Constructor Details

    • BackendProtocol

      public BackendProtocol()
  • 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.