features

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

Parameters

value

List of the featureFlags. 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, its globally default value will be used But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.


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


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

Parameters

values

List of the featureFlags. 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, its globally default value will be used But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.


@JvmName(name = "timjuvulttotionj")
suspend fun features(argument: List<suspend SignalRFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "trthvftpuljpmywp")
suspend fun features(vararg argument: suspend SignalRFeatureArgsBuilder.() -> Unit)
@JvmName(name = "gdntxemhkpetenxg")
suspend fun features(argument: suspend SignalRFeatureArgsBuilder.() -> Unit)

Parameters

argument

List of the featureFlags. 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, its globally default value will be used But keep in mind, the default value doesn't mean "false". It varies in terms of different FeatureFlags.