Share via


FsrmQuotaTemplateManagerClass Class

 

Used to manage quota templates.

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

Inheritance Hierarchy

System.Object
  Microsoft.Storage.FsrmQuotaTemplateManagerClass

Syntax

[GuidAttribute("97D3D443-251C-4337-81E7-B32E8F4EE65E")]
[ClassInterfaceAttribute(0)]
public class FsrmQuotaTemplateManagerClass : IFsrmQuotaTemplateManager, 
    FsrmQuotaTemplateManager
[GuidAttribute("97D3D443-251C-4337-81E7-B32E8F4EE65E")]
[ClassInterfaceAttribute(0)]
public ref class FsrmQuotaTemplateManagerClass : IFsrmQuotaTemplateManager, 
    FsrmQuotaTemplateManager
[<GuidAttribute("97D3D443-251C-4337-81E7-B32E8F4EE65E")>]
[<ClassInterfaceAttribute(0)>]
type FsrmQuotaTemplateManagerClass = 
    class
        interface IFsrmQuotaTemplateManager
        interface FsrmQuotaTemplateManager
    end
<GuidAttribute("97D3D443-251C-4337-81E7-B32E8F4EE65E")>
<ClassInterfaceAttribute(0)>
Public Class FsrmQuotaTemplateManagerClass
    Implements IFsrmQuotaTemplateManager, FsrmQuotaTemplateManager

Constructors

Name Description
System_CAPS_pubmethod FsrmQuotaTemplateManagerClass()

Creates a new instance of the FsrmQuotaTemplateManagerClass class.

Methods

Name Description
System_CAPS_pubmethod CreateTemplate()

Creates a quota template object.

System_CAPS_pubmethod EnumTemplates(_FsrmEnumOptions)

Enumerates the quota templates on the server.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExportTemplates(Object)

Exports the quota templates as an XML string.

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetTemplate(String)

Retrieves the specified quota template.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ImportTemplates(String, Object)

Imports the specified quota templates from an XML string.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

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

Thread Safety

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

See Also

FsrmQuotaTemplateManager
Microsoft.Storage Namespace

Return to top