Uses of Class
com.azure.resourcemanager.network.models.NetworkInterfaceDnsSettings
-
Packages that use NetworkInterfaceDnsSettings Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 NetworkInterfaceDnsSettings Modifier and Type Method Description NetworkInterfaceDnsSettingsNetworkInterfaceInner. dnsSettings()Get the dnsSettings property: The DNS settings in network interface.NetworkInterfaceDnsSettingsNetworkInterfacePropertiesFormatInner. dnsSettings()Get the dnsSettings property: The DNS settings in network interface.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type NetworkInterfaceDnsSettings Modifier and Type Method Description NetworkInterfaceInnerNetworkInterfaceInner. withDnsSettings(NetworkInterfaceDnsSettings dnsSettings)Set the dnsSettings property: The DNS settings in network interface.NetworkInterfacePropertiesFormatInnerNetworkInterfacePropertiesFormatInner. 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 NetworkInterfaceDnsSettings Modifier and Type Method Description NetworkInterfaceDnsSettingsNetworkInterfaceDnsSettings. withDnsServers(List<String> dnsServers)Set the dnsServers property: List of DNS servers IP addresses.NetworkInterfaceDnsSettingsNetworkInterfaceDnsSettings. withInternalDnsNameLabel(String internalDnsNameLabel)Set the internalDnsNameLabel property: Relative DNS name for this NIC used for internal communications between VMs in the same virtual network.
-