Class VirtualMachineScaleSetNetworkConfigurationDnsSettings
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetNetworkConfigurationDnsSettings
Describes a virtual machines scale sets network configuration's DNS
settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet list of DNS servers IP addresses.withDnsServers
(List<String> dnsServers) Set list of DNS servers IP addresses.
-
Constructor Details
-
VirtualMachineScaleSetNetworkConfigurationDnsSettings
public VirtualMachineScaleSetNetworkConfigurationDnsSettings()
-
-
Method Details
-
dnsServers
Get list of DNS servers IP addresses.- Returns:
- the dnsServers value
-
withDnsServers
public VirtualMachineScaleSetNetworkConfigurationDnsSettings withDnsServers(List<String> dnsServers) Set list of DNS servers IP addresses.- Parameters:
dnsServers
- the dnsServers value to set- Returns:
- the VirtualMachineScaleSetNetworkConfigurationDnsSettings object itself.
-