次の方法で共有


Identifier (microsoft-windows-netbt-interfaces-interface-identifier)

Identifier は、Interface 内の他の設定に適用するインターフェイスを指定します。 これは、次のいずれかの方法で表現できます。

  • インターフェイスのネット ローカル一意識別子 (NetLUID) の文字列表現 (0x6000001000000)

  • インターフェイスのエイリアス (ローカル エリア接続)

  • インターフェイスの MAC アドレス (00-11-22-33-44-55)

識別子

Interface 設定内の他の設定に適用するインターフェイスを指定します。 Identifier は、最大 256 文字の長さの文字列です。

この文字列の種類は空の要素をサポートしていません。 この設定で空の値を作成しないでください。

[親階層]

microsoft-windows-netbt- | Interfaces | Interface | Identifier

適用対象

このコンポーネントがサポートしている 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>

Interface