MSFT_PhysicalDiskToStorageReliabilityCounter class

Association between a MSFT_PhysicalDisk object and the corresponding MSFT_StorageReliabilityCounter object.

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

Syntax

class MSFT_PhysicalDiskToStorageReliabilityCounter
{
  MSFT_PhysicalDisk              REF PhysicalDisk;
  MSFT_StorageReliabilityCounter REF StorageReliabilityCounter;
};

Members

The MSFT_PhysicalDiskToStorageReliabilityCounter class has these types of members:

Properties

The MSFT_PhysicalDiskToStorageReliabilityCounter class has these properties.

PhysicalDisk

Data type: MSFT_PhysicalDisk

Access type: Read-only

Qualifiers: Key

The physical disk object.

StorageReliabilityCounter

Data type: MSFT_StorageReliabilityCounter

Access type: Read-only

Qualifiers: Key

The storage reliability counter object.

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_StorageReliabilityCounter