Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceDnsSettings
Packages that use NetworkInterfaceDnsSettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkInterfaceDnsSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NetworkInterfaceDnsSettingsModifier and TypeMethodDescriptionNetworkInterfaceInner.dnsSettings()Get the dnsSettings property: The DNS settings in network interface.NetworkInterfacePropertiesFormatInner.dnsSettings()Get the dnsSettings property: The DNS settings in network interface.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NetworkInterfaceDnsSettingsModifier and TypeMethodDescriptionNetworkInterfaceInner.withDnsSettings(NetworkInterfaceDnsSettings dnsSettings) Set the dnsSettings property: The DNS settings in network interface.NetworkInterfacePropertiesFormatInner.withDnsSettings(NetworkInterfaceDnsSettings dnsSettings) Set the dnsSettings property: The DNS settings in network interface. -
Uses of NetworkInterfaceDnsSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NetworkInterfaceDnsSettingsModifier and TypeMethodDescriptionNetworkInterfaceDnsSettings.withDnsServers(List<String> dnsServers) Set the dnsServers property: List of DNS servers IP addresses.NetworkInterfaceDnsSettings.withInternalDnsNameLabel(String internalDnsNameLabel) Set the internalDnsNameLabel property: Relative DNS name for this NIC used for internal communications between VMs in the same virtual network.