Share via


SetDiskQuorum method of the MSCluster_Cluster class

Sets the quorum behavior to not be a majority and to use the passed-in disk as the quorum resource.

Syntax

void SetDiskQuorum(
  [in] string Resource,
  [in] string QuorumPath
);

Parameters

Resource [in]

The name of the disk quorum resource.

QuorumPath [in]

The optional path that will be used to maintain quorum files.

Return value

This method does not return a value.

Requirements

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

See also

MSCluster_Cluster