Share via


SetGroupType method of the MSCluster_ResourceGroup class

This method is not supported starting with Windows Server 2012.

**Windows Server 2008 R2 and Windows Server 2008: **

Sets the group type for this resource group.

Syntax

void SetGroupType(
  [in] uint32 GroupType
);

Parameters

GroupType [in]

The type of this resource group. This parameter can be one of the following values.

FileServer (100)

PrintServer (101)

DhcpServer (102)

Dtc (103)

Msmq (104)

Wins (105)

StandAloneDfs (106)

GenericApplication (107)

GenericService (108)

GenericScript (109)

IScsiNameService (110)

VirtualMachine (111)

Unknown (9999)

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_ResourceGroup