IFsrmQuotaTemplateImported Interface
Used to modify and save imported quota templates.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | Description | Retrieves or sets the description of the object. |
![]() | id | Retrieves the identifier of the object. |
![]() | Name | Retrieves and sets the name of the quota template. |
![]() | OverwriteOnCommit | Retrieves or sets a value that determines whether a quota template is overwritten if it exists when the template is imported. |
![]() | QuotaFlags | Retrieves or sets the quota flags for the object. |
![]() | QuotaLimit | Retrieves or sets the quota limit for the object. |
![]() | Thresholds | Retrieves the thresholds for the quota object. |
| Name | Description | |
|---|---|---|
![]() | AddThreshold(Int32) | Adds a threshold to the imported quota template. |
![]() | Commit() | Saves the imported quota template in the server's list of objects. |
![]() | CommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions) | Saves the imported quota template and then applies any changes to the derived quota objects. |
![]() | CopyTemplate(String) | Copies the property values of the specified template to this imported quota template. |
![]() | CreateThresholdAction(Int32, _FsrmActionType) | Creates an action and associates it with the specified threshold on the imported quota template. |
![]() | Delete() | Removes the imported quota template from the server's list of objects. |
![]() | DeleteThreshold(Int32) | Deletes a threshold from the imported quota template. |
![]() | EnumThresholdActions(Int32) | Enumerates all the actions for the specified threshold of the imported quota template. |
![]() | ModifyThreshold(Int32, Int32) | Changes the threshold of the imported quota template. |
The ImportQuotaTemplates method returns this interface.

