你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INetworkInterfaceDnsSettings Interface

Definition

[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)

Applies to