Move method of the MSFTCluster_Group class

Moves a group and all of its resources from one node to another.

Note  

This method is only supported in Windows Server 2012 R2. In Windows Server Technical Preview, use instead the Move method in the MSFTCluster_GroupService class.

Syntax

uint32 Move(
  [in, ref] MSFTCluster_Node &Node,
  [in]      string           Parameters[],
  [in]      uint32           Flags,
  [out]     MSFTCluster_Job  Task
);

Parameters

  • Node [in, ref]
    The destination node or NULL to move to any node.

  • Parameters [in]
    Embedded instances of the MSFTCluster_Property class.

  • Flags [in]
    Any flags for moving the group.

  • Task [out]
    An embedded instance of the MSFTCluster_Job class representing the asynchronous operation state.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2012 R2

End of client support

None supported

End of server support

Windows Server 2012 R2

Namespace

Root\Microsoft\Windows\Cluster

MOF

ClusWmiV2.mof

See also

MSFTCluster_Group

MSFTCluster_Node