FsrmQuotaTemplateManager Interface

 

Used to manage quota templates. All methods of the IFsrmQuotaTemplateManager interface are available in this class. To create this object from a script, use the "Fsrm.FsrmQuotaTemplateManager" program identifier.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("4173AC41-172D-4D52-963C-FDC7E415F717")>
Public Interface FsrmQuotaTemplateManager
	Inherits IFsrmQuotaTemplateManager

NameDescription
System_CAPS_pubmethodCreateTemplate()

Creates a quota template object.(Inherited from IFsrmQuotaTemplateManager.)

System_CAPS_pubmethodEnumTemplates(_FsrmEnumOptions)

Enumerates the quota templates on the server.(Inherited from IFsrmQuotaTemplateManager.)

System_CAPS_pubmethodExportTemplates(Object)

Exports the quota templates as an XML string.(Inherited from IFsrmQuotaTemplateManager.)

System_CAPS_pubmethodGetTemplate(String)

Retrieves the specified quota template.(Inherited from IFsrmQuotaTemplateManager.)

System_CAPS_pubmethodImportTemplates(String, Object)

Imports the specified quota templates from an XML string.(Inherited from IFsrmQuotaTemplateManager.)

FSRM implements this class.

Return to top

Community Additions

ADD
Show: