Class BackendProtocol

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

public final class BackendProtocol extends com.azure.core.util.ExpandableStringEnum<BackendProtocol>
How ingress should communicate with this app backend service.
  • 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

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