containedResources

@JvmName(name = "hlwvsiwthwkwnulp")
suspend fun containedResources(value: Output<List<String>>)
@JvmName(name = "dpsvjeddmlfxuikm")
suspend fun containedResources(value: List<String>?)

Parameters

value

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.


@JvmName(name = "whwbsdoppcxxgjuj")
suspend fun containedResources(vararg values: Output<String>)


@JvmName(name = "gbburftqhaukvjfj")
suspend fun containedResources(values: List<Output<String>>)
@JvmName(name = "kidpdltvxulyioic")
suspend fun containedResources(vararg values: String)

Parameters

values

The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.