IClusCfgManagedResourceInfo interface
[This interface is available for use only in Windows Server 2003.]
Implement the IClusCfgManagedResourceInfo interface to provide information about a managed resource.
Members
The IClusCfgManagedResourceInfo interface inherits from the IUnknown interface. IClusCfgManagedResourceInfo also has these types of members:
- Methods
Methods
The IClusCfgManagedResourceInfo interface has these methods.
| Method | Description |
|---|---|
| GetDriveLetterMappings | Retrieves the drive mappings for the resource (if any). |
| GetName | Provides the name of the resource. |
| GetUID | Provides the unique identifier for a resource. |
| IsManaged | Returns whether the resource is managed by the cluster. |
| IsManagedByDefault | Specifies whether the resource is a managed resource by default. |
| IsQuorumCapable | Returns whether the resource is capable or being set as the quorum resource. |
| SetDriveLetterMappings | Stores the drive mappings for the resource. The change will not take effect until the configuration has been committed. |
| SetManaged | Sets a resource to be configured as being managed by the cluster. |
| SetManagedByDefault | |
| SetName | Stores a new name for the resource, to take effect when the cluster configuration is committed. |
| SetQuorumCapable | Sets whether the resource can be the quorum resource. |
Examples
See the MyCapabilities and MyStartupListener samples in the Samples directory of the Platform SDK.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 |
End of server support |
Windows Server 2003 |
IDL |
ClusCfgServer.idl |
IID |
IID_IClusCfgManagedResourceInfo is defined as 8389D687-DF99-442B-81AB-58BA5B029688 |