applications

@JvmName(name = "qpvedffgjobfrffx")
suspend fun applications(value: Output<List<IISApplicationDetailsArgs>>)
@JvmName(name = "qremusrciyxmpblc")
suspend fun applications(value: List<IISApplicationDetailsArgs>?)

Parameters

value

Gets or sets the list of applications for the IIS web site.


@JvmName(name = "uhoexfwsisclmvdn")
suspend fun applications(vararg values: Output<IISApplicationDetailsArgs>)


@JvmName(name = "gdtrqxxpyvsecwhf")
suspend fun applications(values: List<Output<IISApplicationDetailsArgs>>)
@JvmName(name = "oposcwepxjqudsmo")
suspend fun applications(vararg values: IISApplicationDetailsArgs)

Parameters

values

Gets or sets the list of applications for the IIS web site.


@JvmName(name = "byakcnxcsopbpstw")
suspend fun applications(argument: List<suspend IISApplicationDetailsArgsBuilder.() -> Unit>)
@JvmName(name = "dpyqqcovcgjwhsmd")
suspend fun applications(vararg argument: suspend IISApplicationDetailsArgsBuilder.() -> Unit)
@JvmName(name = "qwiarlluifdscgfv")
suspend fun applications(argument: suspend IISApplicationDetailsArgsBuilder.() -> Unit)

Parameters

argument

Gets or sets the list of applications for the IIS web site.