DhcpOptions Class

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.

Inheritance
DhcpOptions

Constructor

DhcpOptions(*, dns_servers: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

dns_servers
list[str]

The list of DNS servers IP addresses.