dnsServers

@JvmName(name = "pxayueyjgrpamujq")
suspend fun dnsServers(value: Output<List<String>>)
@JvmName(name = "mdsejsqxspfpbddm")
suspend fun dnsServers(value: List<String>?)

Parameters

value

List of IP addresses of DNS servers

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


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


@JvmName(name = "quddxuoketxtbpqi")
suspend fun dnsServers(values: List<Output<String>>)
@JvmName(name = "scetuarfddbybymr")
suspend fun dnsServers(vararg values: String)

Parameters

values

List of IP addresses of DNS servers

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