ClusterNetMaskClusterNetMask
ClusterNetMask
指定网络负载平衡群集 IP 地址的子网掩码。ClusterNetMask
specifies the subnet mask for the Network Load Balancing cluster IP address. 这是一个必需的设置。This is a required setting.
注意Note
要启用此网络负载平衡设置,必须在要安装的 Windows 映像中启用 NetworkLoadBalancingFullServer 包。To enable this Network Load Balancing setting, the NetworkLoadBalancingFullServer package must be enabled in the Windows image you are installing. 为此,请使用 Windows 系统映像管理器将 Microsoft-Windows-Foundation-Package 添加到你的应答文件,然后配置 NetworkLoadBalancingFullServer 包以启用该包。To do this, use Windows System Image Manager to add the Microsoft-Windows-Foundation-Package to your answer file, and then configure the NetworkLoadBalancingFullServer package to enable it. 有关添加和配置包的详细信息,请参阅 windows ADK (windows ADK) 技术参考。For more information about adding and configuring packages, see the Windows Assessment and Deployment (Windows ADK) Technical Reference.
值Values
ClusterNetMaskClusterNetMask |
指定网络负载平衡群集 IP 地址的子网掩码。Specifies the subnet mask for the Network Load Balancing cluster IP address. ClusterNetMask 是一个字符串。ClusterNetMask is a string. |
该字符串类型不支持空元素。This string type does not support empty elements. 请勿为该设置创建空值。Do not create an empty value for this setting.
有效的配置阶段Valid Configuration Passes
specializespecialize
父层次结构Parent Hierarchy
microsoft-networkloadbalancing | - 群集 | 群集 | ClusterNetMaskmicrosoft-windows-networkloadbalancing-core- | Clusters | Cluster | ClusterNetMask
应用于Applies To
有关此组件支持的 Windows 版本和体系结构的列表,请参阅 networkloadbalancing-。For a list of the supported Windows editions and architectures that this component supports, see microsoft-windows-networkloadbalancing-core-.
XML 示例XML Example
以下 XML 输出指定网络负载平衡群集 IP 地址的子网掩码。The following XML output specifies the subnet mask for the Network Load Balancing cluster IP address.
<ClusterNetMask>255.255.255.0</ClusterNetMask>