AddVirtualMachine method of the MSCluster_Cluster class

Adds an existing virtual machine to the cluster.

Syntax

void AddVirtualMachine(
  [in] String VirtualMachine
);

Parameters

VirtualMachine [in]

The virtual machine to add.

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_Cluster