Azure DNS 区域让你可以管理域的 DNS 记录。 要使域查询抵达 Azure DNS,必须将父域委托给 Azure DNS。 有两种类型的 DNS 服务器: 权威DNS 服务器托管 DNS 区域。 它只应答这些区域中的 DNS 记录查询。 递归DNS 服务器不托管 DNS 区域。 它调用权威 DNS 服务器来收集所需的数据,以应答所有 DNS 查询。...
public PublicIPAddressDnsSettings withReverseFqdn(String reverseFqdn) 设置反向 FQDN。 用户可见的完全限定域名,解析为此公共 IP 地址。 如果指定了 reverseFqdn,则会创建从 in-addr.arpa 域中的 IP 地址指向反向 FQDN 的 DNS PTR 记录。 Parameters: reverseFqdn - 要设置的 reverseFqdn 值 Returns: PublicIP...
PublicIPAddressDnsSettings 包含与公共 IP 地址关联的 DNS 记录的 FQDN。 PublicIpAddressDnsSettingsDomainNameLabelScope 域名标签范围。 如果指定了域名标签和域名标签范围,则会为 Microsoft Azure DNS 系统中的公共 IP 创建一条 DNS 记录,其中包含 FQDN 中的哈希值。 PublicIPAddressListResult ListPublicIpAdd...
PublicIpAddressDnsSettingsDomainNameLabelScope The domain name label scope. If a domain name label and a domain name label scope are specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system with a hashed value includes in FQDN. PublicIPAddressMigrationPhase ...
Addresses: Lists the FQDNs or wildcard domain names and IP address ranges for the endpoint set. Note that an IP address range is in CIDR format and may include many individual IP addresses in the specified network. Ports: Lists the TCP or UDP ports that are combined with listed IP address...
Dns.cs 返回指定主机的 Internet 协议 (IP) 地址。 C# publicstaticSystem.Net.IPAddress[]GetHostAddresses(stringhostNameOrAddress); 参数 hostNameOrAddress String 要解析的主机名或 IP 地址。 返回 IPAddress[] 一个IPAddress类型的数组,用于保存由hostNameOrAddress参数指定的主机的 IP 地址。
address為null。 SocketException 當解析address時,發生錯誤。 ArgumentException address為無效的 IP 位址。 範例 下列程式代碼範例會GetHostEntry使用 方法來將IP位址解析為IPHostEntry實例。 C# publicstaticvoidDoGetHostEntry(IPAddress address){ IPHostEntry host = Dns.GetHostEntry(address); Console.WriteLine($"GetHostEn...
host-a.public.example.microsoft.com 10.1.1.11 Connection-specific DNS name for LAN connection 1, which registers A and PTR resource records for IP address 10.1.1.11 in the “public.example.microsoft.com” zone. host-a.backup.example.microsoft.com 10.2.2.22 Connection-specific DNS name for LAN...
Dns.cs 将IP 地址解析为IPHostEntry实例以作为异步操作。 C# publicstaticSystem.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(System.Net.IPAddress address); 参数 address IPAddress IP 地址。 返回 Task<IPHostEntry> 表示异步操作的任务对象。 任务对象上的Result属性返回IPHostEntry实例,该实例包含...
Domain Name System (DNS) is the default name resolution service used in a Microsoft Windows Server 2003 network. DNS is part of the Windows Server 2003 TCP/IP protocol suite and all TCP/IP network connections are, by default, configured with the IP address of at least one DNS server in ...