CIM_RealizesDiskPartition class

The CIM_RealizesDiskPartition class represents a disk partition on a physical media that models the creation of partitions on a raw SCSI or IDE drive.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{FAF76B80-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_RealizesDiskPartition : CIM_Realizes
{
  CIM_DiskPartition REF Dependent;
  CIM_PhysicalMedia REF Antecedent;
  uint64                StartingAddress;
};

Members

The CIM_RealizesDiskPartition class has these types of members:

Properties

The CIM_RealizesDiskPartition class has these properties.

Antecedent

Data type: CIM_PhysicalMedia

Access type: Read-only

Qualifiers: Override ("Antecedent"), Max (1)

A CIM_PhysicalMedia that describes the physical media on which the extent is realized.

Dependent

Data type: CIM_DiskPartition

Access type: Read-only

Qualifiers: Override ("Dependent")

A CIM_DiskPartition that describes the disk partition that is located on the media.

StartingAddress

Data type: uint64

Access type: Read-only

Starting address on the physical media where the disk partition begins. The partition's ending address is determined using the NumberOfBlocks and BlockSize properties of the CIM_DiskPartition object.

For more information about using uint64 values in scripts, see Scripting in WMI.

Remarks

The CIM_RealizesDiskPartition class is derived from CIM_Realizes.

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_Realizes