Szerkesztés

Megosztás a következőn keresztül:


MSFT_VirtualDiskToPhysicalDisk class

Association between VirtualDisk and PhysicalDisk.

A virtual disk and a physical disk are associated when the virtual disk has data residing on the physical disk.

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

Syntax

[Association]
class MSFT_VirtualDiskToPhysicalDisk
{
  MSFT_VirtualDisk  REF VirtualDisk;
  MSFT_PhysicalDisk REF PhysicalDisk;
};

Members

The MSFT_VirtualDiskToPhysicalDisk class has these types of members:

Properties

The MSFT_VirtualDiskToPhysicalDisk class has these properties.

PhysicalDisk

Data type: MSFT_PhysicalDisk

Access type: Read-only

Qualifiers: Key

VirtualDisk

Data type: MSFT_VirtualDisk

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_VirtualDisk

MSFT_PhysicalDisk