containedResources

@JvmName(name = "lftbjjrmcllbgfhx")
suspend fun containedResources(value: Output<List<String>>)
@JvmName(name = "jglrjxixvydomhin")
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 = "vmcdyerketfitjth")
suspend fun containedResources(vararg values: Output<String>)


@JvmName(name = "ykvliaqmlnpgkrpq")
suspend fun containedResources(values: List<Output<String>>)
@JvmName(name = "rxtxtmccmjsafyod")
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.