IpAddress (microsoft-windows-netbt-interfaces-interface-nameserverlist-ipaddress)

IpAddress 指定作为 NameServerList 的成员的 IP 地址。

注意

在将子元素添加到答案文件之前,子元素不会出现在 Windows 系统映像管理器 (Windows SIM) 的“属性”窗格中。

子元素

设置 说明
指定 IP 地址的唯一键。
指定 IP 地址的值。

该字符串类型不支持空元素。 请勿为该设置创建空值。

有效配置阶段

specialize

父层次结构

Microsoft-Windows-NetBT | Interfaces | Interface | NameServerList | IpAddress

应用于

有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-NetBT

XML 示例

以下 XML 输出演示如何配置 microsoft-windows-netbt-。

<Interfaces>
   <Interface wcm:action="add">
      <NameServerList>
         <IpAddress wcm:action="add" wcm:keyValue="IpAddress1">123.45.67.89</IpAddress>
         <IpAddress wcm:action="add" wcm:keyValue="IpAddress2">56.78.90.123</IpAddress>
       </NameServerList>
       <NetbiosOptions>2</NetbiosOptions>
       <Identifier>Local Area Connection</Identifier>
   </Interface>
</Interfaces>

NameServerList