Class SignalRRequestType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SignalRRequestType>
com.azure.resourcemanager.signalr.models.SignalRRequestType

public final class SignalRRequestType extends com.azure.core.util.ExpandableStringEnum<SignalRRequestType>
The incoming request type to the service.
  • Field Details

    • CLIENT_CONNECTION

      public static final SignalRRequestType CLIENT_CONNECTION
      Static value ClientConnection for SignalRRequestType.
    • SERVER_CONNECTION

      public static final SignalRRequestType SERVER_CONNECTION
      Static value ServerConnection for SignalRRequestType.
    • RESTAPI

      public static final SignalRRequestType RESTAPI
      Static value RESTAPI for SignalRRequestType.
    • TRACE

      public static final SignalRRequestType TRACE
      Static value Trace for SignalRRequestType.
  • Constructor Details

    • SignalRRequestType

      public SignalRRequestType()
  • Method Details

    • fromString

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

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