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)
Syntax
[GuidAttribute("4173AC41-172D-4D52-963C-FDC7E415F717")]
public interface FsrmQuotaTemplateManager : IFsrmQuotaTemplateManager
[GuidAttribute("4173AC41-172D-4D52-963C-FDC7E415F717")]
public interface class FsrmQuotaTemplateManager : IFsrmQuotaTemplateManager
[<GuidAttribute("4173AC41-172D-4D52-963C-FDC7E415F717")>]
type FsrmQuotaTemplateManager =
interface
interface IFsrmQuotaTemplateManager
end
<GuidAttribute("4173AC41-172D-4D52-963C-FDC7E415F717")>
Public Interface FsrmQuotaTemplateManager
Inherits IFsrmQuotaTemplateManager
Methods
Name | Description | |
---|---|---|
CreateTemplate() | Creates a quota template object.(Inherited from IFsrmQuotaTemplateManager.) |
|
EnumTemplates(_FsrmEnumOptions) | Enumerates the quota templates on the server.(Inherited from IFsrmQuotaTemplateManager.) |
|
ExportTemplates(Object) | Exports the quota templates as an XML string.(Inherited from IFsrmQuotaTemplateManager.) |
|
GetTemplate(String) | Retrieves the specified quota template.(Inherited from IFsrmQuotaTemplateManager.) |
|
ImportTemplates(String, Object) | Imports the specified quota templates from an XML string.(Inherited from IFsrmQuotaTemplateManager.) |
Remarks
FSRM implements this class.
See Also
IFsrmQuotaTemplateManager
Microsoft.Storage Namespace
Return to top