Share via


Key

Applies To: Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

Key specifies the name for the dedicated IP address. The name is specified as an attribute in the IpAddress.

Note

  • This XML attribute does not appear in the Properties pane of Windows® System Image Manager (Windows SIM) until you add this IPAddress to the answer file.

  • The value for Key is added to the answer file as an attribute of the IpAddress element. The attribute wcm:keyValue is used to identify multiple IP address list items. For example, you can specify three different IP addresses by using the Key values of Ip1, Ip2, and Ip3.

  • Value

    Key

    Specifies the name for the dedicated IP address.

    Valid Passes

    specialize

    Parent Hierarchy

    Microsoft-Windows-NetworkLoadBalancing-Core | Clusters | Cluster | DedicatedIpAddresses | IpAddress | Key

    Applies To

    For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-NetworkLoadBalancing-Core.

    XML Example

    The following XML output specifies the name of the IP address as "Ip1".

    <IpAddress wcm:keyValue="Ip1">
       <IpAddress>10.192.45.1</IpAddress>
       <NetworkMask>255.255.255.0</NetworkMask>
    </IpAddress>
    

    See Also

    Concepts

    IpAddress