managementGroupIds

@JvmName(name = "wtwfboopecudrmec")
suspend fun managementGroupIds(value: Output<List<String>>)
@JvmName(name = "kuifivbmbxrhiwpo")
suspend fun managementGroupIds(value: List<String>?)

Parameters

value

A list of management group IDs.

NOTE: When specifying a scope at the management group level, you need to register the Microsoft.Network at the management group scope before deploying a Network Manager, more information can be found in the Azure document.


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


@JvmName(name = "jkfvybuuhhpegcoy")
suspend fun managementGroupIds(values: List<Output<String>>)
@JvmName(name = "iiclanpkhbwulxmj")
suspend fun managementGroupIds(vararg values: String)

Parameters

values

A list of management group IDs.

NOTE: When specifying a scope at the management group level, you need to register the Microsoft.Network at the management group scope before deploying a Network Manager, more information can be found in the Azure document.