GetRequiredDependencyClasses method of the MSFTCluster_Resource class
Retrieves the resource classes which the resource must depend on.
Note
This method is only supported in Windows Server 2012 R2. In Windows Server Technical Preview, use instead the GetRequiredDependencyClasses method in the MSFTCluster_ResourceService class.
Syntax
uint32 GetRequiredDependencyClasses(
[out] uint32 DependencyClasses[]
);
Parameters
DependencyClasses [out]
The resource classes that this resource depends on.
Unknown ("0")
Storage ("1")
Network ("2")
User ("32768")
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 |