WebPubSubFeatureResponse

data class WebPubSubFeatureResponse(val flag: String, val properties: Map<String, String>? = null, val value: String)

Feature of a resource, which controls the runtime behavior.

Constructors

Link copied to clipboard
constructor(flag: String, properties: Map<String, String>? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

FeatureFlags is the supported features of Azure SignalR service.

Link copied to clipboard
val properties: Map<String, String>? = null

Optional properties related to this feature.

Link copied to clipboard

Value of the feature flag. See Azure SignalR service document https://docs.microsoft.com/azure/azure-signalr/ for allowed values.