Class SignalRRequestType


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

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

      • SignalRRequestType

        public SignalRRequestType()
    • Method Detail

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