public class VirtualMachineScaleSetNetworkConfigurationDnsSettings extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetNetworkConfigurationDnsSettings() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
dnsServers()
Get list of DNS servers IP addresses.
|
VirtualMachineScaleSetNetworkConfigurationDnsSettings |
withDnsServers(List<String> dnsServers)
Set list of DNS servers IP addresses.
|
public VirtualMachineScaleSetNetworkConfigurationDnsSettings()
public List<String> dnsServers()
public VirtualMachineScaleSetNetworkConfigurationDnsSettings withDnsServers(List<String> dnsServers)
dnsServers - the dnsServers value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/