NetworkInterfaceDnsSettings Class

  • java.lang.Object
    • com.microsoft.azure.management.network.NetworkInterfaceDnsSettings

public class NetworkInterfaceDnsSettings

DNS settings of a network interface.

Method Summary

Modifier and Type Method and Description
List<String> appliedDnsServers()

Get the appliedDnsServers value.

List<String> dnsServers()

Get the dnsServers value.

String internalDnsNameLabel()

Get the internalDnsNameLabel value.

String internalDomainNameSuffix()

Get the internalDomainNameSuffix value.

String internalFqdn()

Get the internalFqdn value.

NetworkInterfaceDnsSettings withAppliedDnsServers(List<String> appliedDnsServers)

Set the appliedDnsServers value.

NetworkInterfaceDnsSettings withDnsServers(List<String> dnsServers)

Set the dnsServers value.

NetworkInterfaceDnsSettings withInternalDnsNameLabel(String internalDnsNameLabel)

Set the internalDnsNameLabel value.

NetworkInterfaceDnsSettings withInternalDomainNameSuffix(String internalDomainNameSuffix)

Set the internalDomainNameSuffix value.

NetworkInterfaceDnsSettings withInternalFqdn(String internalFqdn)

Set the internalFqdn value.

Method Details

appliedDnsServers

public List appliedDnsServers()

Get the appliedDnsServers value.

Returns:

the appliedDnsServers value

dnsServers

public List dnsServers()

Get the dnsServers value.

Returns:

the dnsServers value

internalDnsNameLabel

public String internalDnsNameLabel()

Get the internalDnsNameLabel value.

Returns:

the internalDnsNameLabel value

internalDomainNameSuffix

public String internalDomainNameSuffix()

Get the internalDomainNameSuffix value.

Returns:

the internalDomainNameSuffix value

internalFqdn

public String internalFqdn()

Get the internalFqdn value.

Returns:

the internalFqdn value

withAppliedDnsServers

public NetworkInterfaceDnsSettings withAppliedDnsServers(List appliedDnsServers)

Set the appliedDnsServers value.

Parameters:

appliedDnsServers - the appliedDnsServers value to set

Returns:

the NetworkInterfaceDnsSettings object itself.

withDnsServers

public NetworkInterfaceDnsSettings withDnsServers(List dnsServers)

Set the dnsServers value.

Parameters:

dnsServers - the dnsServers value to set

Returns:

the NetworkInterfaceDnsSettings object itself.

withInternalDnsNameLabel

public NetworkInterfaceDnsSettings withInternalDnsNameLabel(String internalDnsNameLabel)

Set the internalDnsNameLabel value.

Parameters:

internalDnsNameLabel - the internalDnsNameLabel value to set

Returns:

the NetworkInterfaceDnsSettings object itself.

withInternalDomainNameSuffix

public NetworkInterfaceDnsSettings withInternalDomainNameSuffix(String internalDomainNameSuffix)

Set the internalDomainNameSuffix value.

Parameters:

internalDomainNameSuffix - the internalDomainNameSuffix value to set

Returns:

the NetworkInterfaceDnsSettings object itself.

withInternalFqdn

public NetworkInterfaceDnsSettings withInternalFqdn(String internalFqdn)

Set the internalFqdn value.

Parameters:

internalFqdn - the internalFqdn value to set

Returns:

the NetworkInterfaceDnsSettings object itself.

Applies to