containedResources

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


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