MSFT_StoragePoolToVolume class

Association between MSFT_StoragePool and MSFT_Volume. This association should only exist for concrete pools.

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

Syntax

[Association]
class MSFT_StoragePoolToVolume
{
  MSFT_StoragePool REF StoragePool;
  MSFT_Volume      REF Volume;
};

Members

The MSFT_StoragePoolToVolume class has these types of members:

Properties

The MSFT_StoragePoolToVolume class has these properties.

StoragePool

Data type: MSFT_StoragePool

Access type: Read-only

Qualifiers: Key

Volume

Data type: MSFT_Volume

Access type: Read-only

Qualifiers: Key

Requirements

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

See also

MSFT_StoragePool

MSFT_Volume