Win32_VolumeQuotaSetting class

The Win32_VolumeQuotaSetting association WMI class relates disk quota settings with a specific disk volume.

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

Syntax

class Win32_VolumeQuotaSetting : CIM_ElementSetting
{
  Win32_LogicalDisk   REF Element;
  Win32_QuotaSettings REF Setting;
};

Members

The Win32_VolumeQuotaSetting class has these types of members:

Properties

The Win32_VolumeQuotaSetting class has these properties.

Element

Data type: Win32_LogicalDisk

Access type: Read-only

Qualifiers: Key

Reference to the instance representing the disk volume instance for the associated disk quota settings. This property overrides the Element property inherited from CIM_ElementSetting.

Setting

Data type: Win32_QuotaSettings

Access type: Read-only

Qualifiers: Key

Reference to the instance representing the quota settings instance associated with the referenced logical disk. This property overrides the Setting property inherited from CIM_ElementSetting.

Remarks

The Win32_VolumeQuotaSetting is derived from CIM_ElementSetting.

Requirements

Minimum supported client
Windows XP
Minimum supported server
Windows Server 2003
Namespace
Root\CIMV2
MOF
Wmipdskq.mof
DLL
Wmipdskq.dll

See also

Operating System Classes