Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetNetworkConfigurationDnsSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetNetworkConfigurationDnsSettings in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkConfiguration.dnsSettings()
Get the dns settings to be applied on the network interfaces.VirtualMachineScaleSetUpdateNetworkConfiguration.dnsSettings()
Get the dns settings to be applied on the network interfaces.VirtualMachineScaleSetNetworkConfigurationDnsSettings.withDnsServers
(List<String> dnsServers) Set list of DNS servers IP addresses.Modifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkConfiguration.withDnsSettings
(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) Set the dns settings to be applied on the network interfaces.VirtualMachineScaleSetUpdateNetworkConfiguration.withDnsSettings
(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) Set the dns settings to be applied on the network interfaces.