| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceDnsSettings |
NetworkInterfaceDnsSettings.withAppliedDnsServers(List<String> appliedDnsServers)
Set if the VM that uses this NIC is part of an Availability Set, then this list will have the union of all DNS servers from all NICs that are part of the Availability Set.
|
NetworkInterfaceDnsSettings |
NetworkInterfaceDnsSettings.withDnsServers(List<String> dnsServers)
Set list of DNS servers IP addresses.
|
NetworkInterfaceDnsSettings |
NetworkInterfaceDnsSettings.withInternalDnsNameLabel(String internalDnsNameLabel)
Set relative DNS name for this NIC used for internal communications between VMs in the same virtual network.
|
NetworkInterfaceDnsSettings |
NetworkInterfaceDnsSettings.withInternalDomainNameSuffix(String internalDomainNameSuffix)
Set even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM.
|
NetworkInterfaceDnsSettings |
NetworkInterfaceDnsSettings.withInternalFqdn(String internalFqdn)
Set fully qualified DNS name supporting internal communications between VMs in the same virtual network.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/