Dhcp Options Args
data class DhcpOptionsArgs(val dnsServers: Output<List<String>>? = null) : ConvertibleToJava<DhcpOptionsArgs>
DhcpOptions contains an array of DNS servers available to VMs deployed in the virtual network. Standard DHCP option for a subnet overrides VNET DHCP options.