DestroyCluster method of the MSFTCluster_Cluster class
Destroys the cluster.
Note
This method is only supported in Windows Server 2012 R2. In Windows Server Technical Preview, use instead the DestroyCluster method in the MSFTCluster_ClusterService class.
Syntax
uint32 DestroyCluster(
[in] boolean CleanupAD,
[out] MSFTCluster_Job Task
);
Parameters
CleanupAD [in]
Set to True to cleanup remaining computer and virtual computer objects in the active directory.Task [out]
An embedded instance of the MSFTCluster_Job class that represents 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 |