dnsServers

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


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