dnsServers

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


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