VirtualMachineScaleSetNetworkConfigurationDnsSettings Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetNetworkConfigurationDnsSettings
- com.
public class VirtualMachineScaleSetNetworkConfigurationDnsSettings
Describes a virtual machines scale sets network configuration's DNS settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
dnsServers()
Get the dnsServers value. |
Virtual |
withDnsServers(List<String> dnsServers)
Set the dnsServers value. |
Method Details
dnsServers
public List
Get the dnsServers value.
Returns:
the dnsServers value
withDnsServers
public VirtualMachineScaleSetNetworkConfigurationDnsSettings withDnsServers(List
Set the dnsServers value.
Parameters:
dnsServers
- the dnsServers value to set
Returns:
the VirtualMachineScaleSetNetworkConfigurationDnsSettings object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java