VirtualNetworkPropertiesResponseDhcpOptions

data class VirtualNetworkPropertiesResponseDhcpOptions(val dnsServers: List<String>? = null)

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.

Constructors

constructor(dnsServers: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsServers: List<String>? = null

The list of DNS servers IP addresses.