MoveToNewHost method of the MSCluster_ClusterSharedVolume class

Moves the cluster shared volume to a another node. All volumes of this resource will also be moved.

Syntax

void MoveToNewHost(
  [in] string HostName
);

Parameters

HostName [in]

Name of the host which to move the cluster shared volume to.

Return value

This method does not return a value.

Requirements

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

See also

MSCluster_ClusterSharedVolume