public static interface Network.UpdateStages.WithDnsServer
| Modifier and Type | Method and Description |
|---|---|
Network.Update |
withDnsServer(String ipAddress)
Specifies the IP address of the DNS server to associate with the virtual network.
|
Network.Update withDnsServer(String ipAddress)
Note this method's effect is additive, i.e. each time it is used, a new DNS server is added to the network
ipAddress - the IP address of the DNS serverCopyright © 2021 Microsoft Corporation. All rights reserved.