AttachStorageDevice method of the MSCluster_Resource class

Attaches the underlying storage of a resource to another device.

Syntax

void AttachStorageDevice(
  [in] MSCluster_AvailableDisk REF StorageDevice
);

Parameters

StorageDevice [in]

The reference to an instance of the MSCluster_AvailableDisk which the storage will be attached to.

Return value

This method does not return a value.

Requirements

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

See also

MSCluster_Resource