FsrmQuotaTemplateManagerClass Class

 

Used to manage quota templates.

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

System.Object
  Microsoft.Storage.FsrmQuotaTemplateManagerClass

<GuidAttribute("97D3D443-251C-4337-81E7-B32E8F4EE65E")>
<ClassInterfaceAttribute(0)>
Public Class FsrmQuotaTemplateManagerClass
	Implements IFsrmQuotaTemplateManager, FsrmQuotaTemplateManager

NameDescription
System_CAPS_pubmethodFsrmQuotaTemplateManagerClass()

Creates a new instance of the FsrmQuotaTemplateManagerClass class.

NameDescription
System_CAPS_pubmethodCreateTemplate()

Creates a quota template object.

System_CAPS_pubmethodEnumTemplates(_FsrmEnumOptions)

Enumerates the quota templates on the server.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodExportTemplates(Object)

Exports the quota templates as an XML string.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetTemplate(String)

Retrieves the specified quota template.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodImportTemplates(String, Object)

Imports the specified quota templates from an XML string.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Note that a new installation of the operating system includes FSRM-defined templates.

To create this object from a script, use the "Fsrm.FsrmQuotaTemplateManager" program identifier

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: