IFsrmQuotaBase interface (fsrmquota.h)

[This interface is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMQuota class.]

Base interface for all quota interfaces.

Inheritance

The IFsrmQuotaBase interface inherits from IFsrmObject. IFsrmQuotaBase also has these types of members:

Methods

The IFsrmQuotaBase interface has these methods.

 
IFsrmQuotaBase::AddThreshold

Adds a threshold to the quota object.
IFsrmQuotaBase::CreateThresholdAction

Creates an action and associates it with the specified threshold.
IFsrmQuotaBase::DeleteThreshold

Deletes a threshold from the quota object.
IFsrmQuotaBase::EnumThresholdActions

Enumerates all the actions for the specified threshold.
IFsrmQuotaBase::get_QuotaFlags

Retrieves or sets the quota flags for the object. (Get)
IFsrmQuotaBase::get_QuotaLimit

Retrieves or sets the quota limit for the object. (Get)
IFsrmQuotaBase::get_Thresholds

Retrieves the thresholds for the quota object.
IFsrmQuotaBase::ModifyThreshold

Changes the threshold value.
IFsrmQuotaBase::put_QuotaFlags

Retrieves or sets the quota flags for the object. (Put)
IFsrmQuotaBase::put_QuotaLimit

Retrieves or sets the quota limit for the object. (Put)

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrmquota.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)

See also

FSRM Interfaces

IFsrmObject

MSFT_FSRMQuota