RemoveProviderForGroup method of the MSCluster_GroupSet class

Removes a group provider for the group.

Syntax

uint32 RemoveProviderForGroup(
  [in] string Group,
  [in] string ProviderGroup,
  [in] string provider
);

Parameters

Group [in]

The name of the group to find.

ProviderGroup [in]

The name of the group to remove as a provider.

provider [in]

The name of the set to remove as a provider.

Requirements

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

See also

MSCluster_GroupSet