network Function
suspend fun networkFunction(name: String, block: suspend NetworkFunctionResourceBuilder.() -> Unit): NetworkFunction
Parameters
name
The unique name of the resulting resource.
block
Builder for NetworkFunction.
See also
Parameters
name
The unique name of the resulting resource.