Interfaces (microsoft-windows-netbt-interfaces)

Interfaces 用作特定于接口的设置组的容器。

子元素

设置 说明
Interface 包含单个网络接口的所有设置。

有效配置阶段

specialize

父层次结构

Microsoft-Windows-NetBT | Interfaces

应用于

有关此组件支持的 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>

Microsoft-Windows-NetBT