features

@JvmName(name = "ecsvebowesywicnf")
suspend fun features(value: Output<List<SignalRFeatureArgs>>)
@JvmName(name = "pesybxtsdawxwqxs")
suspend fun features(value: List<SignalRFeatureArgs>?)

Parameters

value

List of SignalR featureFlags. e.g. ServiceMode. FeatureFlags that are not included in the parameters for the update operation will not be modified. And the response will only include featureFlags that are explicitly set. When a featureFlag is not explicitly set, SignalR service will use its globally default value. But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.


@JvmName(name = "jirglklmptgxhmep")
suspend fun features(vararg values: Output<SignalRFeatureArgs>)


@JvmName(name = "gyuyuosyswyhbrae")
suspend fun features(values: List<Output<SignalRFeatureArgs>>)
@JvmName(name = "kmudluyskoikygjv")
suspend fun features(vararg values: SignalRFeatureArgs)

Parameters

values

List of SignalR featureFlags. e.g. ServiceMode. FeatureFlags that are not included in the parameters for the update operation will not be modified. And the response will only include featureFlags that are explicitly set. When a featureFlag is not explicitly set, SignalR service will use its globally default value. But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.


@JvmName(name = "axjilcbinsujrmis")
suspend fun features(argument: List<suspend SignalRFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "sarddihrbqevvive")
suspend fun features(vararg argument: suspend SignalRFeatureArgsBuilder.() -> Unit)
@JvmName(name = "clilmxmolrhovjtl")
suspend fun features(argument: suspend SignalRFeatureArgsBuilder.() -> Unit)

Parameters

argument

List of SignalR featureFlags. e.g. ServiceMode. FeatureFlags that are not included in the parameters for the update operation will not be modified. And the response will only include featureFlags that are explicitly set. When a featureFlag is not explicitly set, SignalR service will use its globally default value. But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.