NameServerList
NameServerList
是 IP 地址的容器。
子元素
设置 | 说明 |
---|---|
IpAddress | 指定 IP 地址。 |
父层次结构
Microsoft-Windows-NetBT | Interfaces | Interface | NameServerList
应用于
有关此组件支持的 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>