MSFT_StoragePoolToPhysicalDisk class

Association between StoragePool and PhysicalDisk.

Primordial storage pools should retain their association to all physical disks that originated from that pool. This means that if a physical disk has been added to a concrete pool, the disk should have an association with both its concrete and primordial pools.

The following syntax is simplified from Managed Object Format (MOF) code.

Syntax

[Association]
class MSFT_StoragePoolToPhysicalDisk
{
  MSFT_StoragePool  REF StoragePool;
  MSFT_PhysicalDisk REF PhysicalDisk;
};

Members

The MSFT_StoragePoolToPhysicalDisk class has these types of members:

Properties

The MSFT_StoragePoolToPhysicalDisk class has these properties.

PhysicalDisk

Data type: MSFT_PhysicalDisk

Access type: Read-only

Qualifiers: Key

StoragePool

Data type: MSFT_StoragePool

Access type: Read-only

Qualifiers: Key

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Namespace Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

See also

MSFT_PhysicalDisk

MSFT_StoragePool