IFsrmQuotaObject 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 class for the quota and automatic quota interfaces.

Inheritance

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

Methods

The IFsrmQuotaObject interface has these methods.

 
IFsrmQuotaObject::ApplyTemplate

Applies the property values of the specified quota template to this quota object.
IFsrmQuotaObject::get_MatchesSourceTemplate

Retrieves a value that determines whether the property values of this quota object match those of the template from which it was derived.
IFsrmQuotaObject::get_Path

Retrieves the path to which the quota applies.
IFsrmQuotaObject::get_SourceTemplateName

Retrieves the name of the template from which this quota was derived.
IFsrmQuotaObject::get_UserAccount

Retrieves the string form of the user account that is associated with the object.
IFsrmQuotaObject::get_UserSid

Retrieves the string form of the user's security identifier (SID) that is associated with the object.

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

IFsrmQuotaBase

MSFT_FSRMQuota