Compartir a través de


ClusResType object

[The ClusResType object is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Enables operations on a resource type, its properties, and related objects.

Members

The ClusResType object has these types of members:

Methods

The ClusResType object has these methods.

Method Description
AvailableDisks Returns a ClusDisks collection representing the Physical Disks available to the resource type.
Delete Deletes the resource type.

Properties

The ClusResType object has these properties.

Property Description
Cluster
Returns the cluster associated with the resource type.
CommonProperties
Returns a ClusProperties collection containing the resource type's read/write common properties.
CommonROProperties
Returns a ClusProperties collection containing the resource type's read-only common properties.
PossibleOwnerNodes
Returns a ClusResTypePossibleOwnerNodes collection containing the possible owner nodes of the resource type.
PrivateProperties
Returns a ClusProperties collection containing the resource type's read/write private properties.
PrivateROProperties
Returns a ClusProperties collection containing the resource type's read-only private properties.
Resources
Returns all resources of a given type that are present in the cluster.

Remarks

A ClusResType object:

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header
MsClus.h
IDL
MsClus.idl
Type library
MsClus.tlb
DLL
MsClus.dll
IID
IID_ISClusResType is defined as F2E60710-2631-11D1-89F1-00A0C90D061E

See also

Resource Type Management Objects