FsrmFileGroupManager Interface
Used to manage file group objects. All methods of the IFsrmFileGroupManager interface are available in this class.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")]
public interface FsrmFileGroupManager : IFsrmFileGroupManager
[GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")]
public interface class FsrmFileGroupManager : IFsrmFileGroupManager
[<GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")>]
type FsrmFileGroupManager =
interface
interface IFsrmFileGroupManager
end
<GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")>
Public Interface FsrmFileGroupManager
Inherits IFsrmFileGroupManager
Methods
Name | Description | |
---|---|---|
CreateFileGroup() | Creates a file group object.(Inherited from IFsrmFileGroupManager.) |
|
EnumFileGroups(_FsrmEnumOptions) | Enumerates the file groups in FSRM..(Inherited from IFsrmFileGroupManager.) |
|
ExportFileGroups(Object) | Exports the specified file groups as an XML string.(Inherited from IFsrmFileGroupManager.) |
|
GetFileGroup(String) | Retrieves the specified file group from FSRM.(Inherited from IFsrmFileGroupManager.) |
|
ImportFileGroups(String, Object) | Imports the specified file groups from an XML string.(Inherited from IFsrmFileGroupManager.) |
Remarks
FSRM implements this class.
See Also
IFsrmFileGroupManager
Microsoft.Storage Namespace
Return to top