共用方式為


NameServerList

NameServerList 是 IP 位址的容器。

子元素

設定 描述
IpAddress 指定 IP 位址。

父階層

Microsoft-Windows-NetBT | 介面 | 介面 | 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>

介面