dnsServers

@JvmName(name = "njhfcqggaghslaii")
suspend fun dnsServers(value: Output<List<String>>)
@JvmName(name = "omdloxuaontsaidt")
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 = "mwmvpsbjwepcddlq")
suspend fun dnsServers(vararg values: Output<String>)


@JvmName(name = "ekgbnjfelpsksvus")
suspend fun dnsServers(values: List<Output<String>>)
@JvmName(name = "ywljuphuhugncmby")
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.