MoveToNewNodeEx method of the MSCluster_ResourceGroup class

Move the resource group to a different node.

Syntax

void MoveToNewNodeEx(
  [in] string             NodeName,
  [in] MSCluster_Property Parameters,
  [in] uint32             Flags
);

Parameters

NodeName [in]

Name of the node to move to or NULL to move to any node.

Parameters [in]

Parameters for the resource group move.

Flags [in]

Flags for the resource group move.

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

MSCluster_ResourceGroup

MSCluster_Property