IFsrmQuotaTemplate 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.]

Used to configure templates from which new quota objects can be derived. Templates are identified by a name and are used to simplify the configuration of directory quotas.

To create this interface, call the IFsrmQuotaTemplateManager::CreateTemplate method.

The following methods return this interface:

Inheritance

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

Methods

The IFsrmQuotaTemplate interface has these methods.

 
IFsrmQuotaTemplate::CommitAndUpdateDerived

Saves the quota template and then applies any changes to the derived quota objects.
IFsrmQuotaTemplate::CopyTemplate

Copies the property values of the specified template to this template. (IFsrmQuotaTemplate.CopyTemplate)
IFsrmQuotaTemplate::get_Name

Retrieves and sets the name of the quota template. (Get)
IFsrmQuotaTemplate::put_Name

Retrieves and sets the name of the quota template. (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

IFsrmQuotaBase

MSFT_FSRMQuota