Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetNetworkConfigurationDnsSettings
Packages that use VirtualMachineScaleSetNetworkConfigurationDnsSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetNetworkConfigurationDnsSettings in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetNetworkConfigurationDnsSettingsModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetNetworkConfigurationDnsSettingsModifier 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.