| 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.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceDnsSettings |
NetworkInterfaceInner.dnsSettings()
Get the dnsSettings property: The DNS settings in network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceInner |
NetworkInterfaceInner.withDnsSettings(NetworkInterfaceDnsSettings dnsSettings)
Set the dnsSettings property: The DNS settings in network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceDnsSettings |
NetworkInterfaceDnsSettings.withDnsServers(List<String> dnsServers)
Set the dnsServers property: List of DNS servers IP addresses.
|
NetworkInterfaceDnsSettings |
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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.