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
-
azure.mgmt.network._serialization.ModelDhcpOptions
Constructor
DhcpOptions(*, dns_servers: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
dns_servers
|
The list of DNS servers IP addresses. |
Variables
Name | Description |
---|---|
dns_servers
|
The list of DNS servers IP addresses. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python