INetworkInterfaceDnsSettings Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceDnsSettingsTypeConverter))]
public interface INetworkInterfaceDnsSettings : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.NetworkInterfaceDnsSettingsTypeConverter))>]
type INetworkInterfaceDnsSettings = interface
interface IJsonSerializable
Public Interface INetworkInterfaceDnsSettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AppliedDnsServer |
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. This property is what is configured on each of those VMs. |
DnsServer |
List of DNS servers IP addresses. Use 'AzureProvidedDNS' to switch to azure provided DNS resolution. 'AzureProvidedDNS' value cannot be combined with other IPs, it must be the only value in dnsServers collection. |
InternalDnsNameLabel |
Relative DNS name for this NIC used for internal communications between VMs in the same virtual network. |
InternalDomainNameSuffix |
Even if internalDnsNameLabel is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of internalDomainNameSuffix. |
InternalFqdn |
Fully qualified DNS name supporting internal communications between VMs in the same virtual network. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |