Network.UpdateStages.WithDnsServer.withDnsServer(String ipAddress) 方法
定义
Specifies the IP address of the DNS server to associate with the virtual network.
Note this method's effect is additive, i.e. each time it is used, a new DNS server is added to the network
public Update withDnsServer(String ipAddress)
参数
- ipAddress
- String
the IP address of the DNS server
返回
the next stage of the virtual network update