flag

@JvmName(name = "klbyjmfnefpxartw")
suspend fun flag(value: Output<Either<String, FeatureFlags>>)
@JvmName(name = "gtucdpqgkghmcuea")
suspend fun flag(value: Either<String, FeatureFlags>)
@JvmName(name = "iskrrlihuuxpbbry")
fun flag(value: String)
@JvmName(name = "ryemcudttfnhrtgg")
fun flag(value: FeatureFlags)

Parameters

value

FeatureFlags is the supported features of Azure SignalR service.

  • EnableConnectivityLogs: "true"/"false", to enable/disable the connectivity log category respectively.

  • EnableMessagingLogs: "true"/"false", to enable/disable the connectivity log category respectively.

  • EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: "true"/"false", to enable/disable live trace feature.