Table of Contents

Class AzureNetworkInterfaceDnsSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the DNS settings for a network interface in an Azure tenant.

public class AzureNetworkInterfaceDnsSettings : BaseTypeSection
Inheritance
AzureNetworkInterfaceDnsSettings

Constructors

AzureNetworkInterfaceDnsSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureNetworkInterfaceDnsSettings class.

public AzureNetworkInterfaceDnsSettings()

Properties

AppliedDnsServers

Gets or sets the applied DNS servers configured for this network interface.

public SerializableStringCollection AppliedDnsServers { get; set; }

Property Value

SerializableStringCollection

DnsServers

Gets or sets the DNS servers configured for this network interface.

public SerializableStringCollection DnsServers { get; set; }

Property Value

SerializableStringCollection

DnsServersString

Gets the DNS servers setting as a human readable string.

public string DnsServersString { get; set; }

Property Value

string

InheritFromVirtualNetwork

Gets or sets whether the DNS server should inherit from the virtual network.

public BooleanOption InheritFromVirtualNetwork { get; set; }

Property Value

BooleanOption

InternalDnsNameLabel

Gets or sets the internal DNS name label.

public string InternalDnsNameLabel { get; set; }

Property Value

string

InternalDomainNameSuffix

Gets or sets the internal domain name suffix for this network interface.

public string InternalDomainNameSuffix { get; set; }

Property Value

string

InternalFqdn

Gets or sets the internal fully qualified domain name for this network interface.

public string InternalFqdn { get; set; }

Property Value

string

Methods

ToString()

Returns the DNS settings in a human readable format.

public override string ToString()

Returns

string

The DNS settings in a human readable format.