dnsServers

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


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