public class VirtualMachineScaleSetNetworkConfigurationDnsSettings extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetNetworkConfigurationDnsSettings() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
dnsServers()
Get the dnsServers value.
|
VirtualMachineScaleSetNetworkConfigurationDnsSettings |
withDnsServers(List<String> dnsServers)
Set the dnsServers value.
|
public VirtualMachineScaleSetNetworkConfigurationDnsSettings()
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.
*/