dnsServers

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

Parameters

value

A list of IP Addresses defining the DNS Servers which should be used for this Network Interface.

Note: Configuring DNS Servers on the Network Interface will override the DNS Servers defined on the Virtual Network.


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


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

Parameters

values

A list of IP Addresses defining the DNS Servers which should be used for this Network Interface.

Note: Configuring DNS Servers on the Network Interface will override the DNS Servers defined on the Virtual Network.