subnets

@JvmName(name = "ybquoptrlsaeklfl")
suspend fun subnets(value: Output<List<VirtualNetworkSubnetArgs>>)
@JvmName(name = "njjsqjapjkhkdvwe")
suspend fun subnets(value: List<VirtualNetworkSubnetArgs>?)

Parameters

value

Can be specified multiple times to define multiple subnets. Each subnet block supports fields documented below.

NOTE Since subnet can be configured both inline and via the separate azure.network.Subnet resource, we have to explicitly set it to empty slice ([]) to remove it.


@JvmName(name = "fbmyahfhfytitctb")
suspend fun subnets(vararg values: Output<VirtualNetworkSubnetArgs>)


@JvmName(name = "fnjsanwgjhrvvohf")
suspend fun subnets(values: List<Output<VirtualNetworkSubnetArgs>>)
@JvmName(name = "aucepdutbxjmccno")
suspend fun subnets(vararg values: VirtualNetworkSubnetArgs)

Parameters

values

Can be specified multiple times to define multiple subnets. Each subnet block supports fields documented below.

NOTE Since subnet can be configured both inline and via the separate azure.network.Subnet resource, we have to explicitly set it to empty slice ([]) to remove it.


@JvmName(name = "knbdnwwfexoyotuf")
suspend fun subnets(argument: List<suspend VirtualNetworkSubnetArgsBuilder.() -> Unit>)
@JvmName(name = "pvqxcwbdixqirgta")
suspend fun subnets(vararg argument: suspend VirtualNetworkSubnetArgsBuilder.() -> Unit)
@JvmName(name = "kuwwxqckiinfoqmq")
suspend fun subnets(argument: suspend VirtualNetworkSubnetArgsBuilder.() -> Unit)

Parameters

argument

Can be specified multiple times to define multiple subnets. Each subnet block supports fields documented below.

NOTE Since subnet can be configured both inline and via the separate azure.network.Subnet resource, we have to explicitly set it to empty slice ([]) to remove it.