IFsrmQuotaTemplateManager Interface

 

Used to manage quota templates.

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

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

NameDescription
System_CAPS_pubmethodCreateTemplate()

Creates a quota template object.

System_CAPS_pubmethodEnumTemplates(_FsrmEnumOptions)

Enumerates the quota templates on the server.

System_CAPS_pubmethodExportTemplates(Object)

Exports the quota templates as an XML string.

System_CAPS_pubmethodGetTemplate(String)

Retrieves the specified quota template.

System_CAPS_pubmethodImportTemplates(String, Object)

Imports the specified quota templates from an XML string.

To get this interface, call the CoCreateInstanceEx function. Use CLSID_FsrmQuotaTemplateManager as the class identifier and __uuidof(IFsrmQuotaTemplateManager) as the interface identifier. For an example, see Using Templates to Define Quotas.

Return to top

Community Additions

ADD
Show: