Partager 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 of the virtual IP address. The name is specified as an attribute in the IP address.

Note

  • This XML attribute does not appear in the Properties pane of Windows® System Image Manager (Windows SIM) until you add an 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 each unique virtual IP Address. For example, you can specify three different virtual IP addresses by using the Key value of Ip1, Ip2, and Ip3.

  • Values

    Key

    Specifies the name of the virtual IP address.

    Valid Passes

    specialize

    Parent Hierarchy

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

    Applies To

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

    XML Example

    The following XML output shows how to specify a virtual IP address by using the name "Ip1".

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

    See Also

    Concepts

    IpAddress