dnsServers

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


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