FsrmFileGroupManagerClass.EnumFileGroups Method (_FsrmEnumOptions)
Enumerates the file groups in FSRM.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual IFsrmCommittableCollection EnumFileGroups(
_FsrmEnumOptions options = _FsrmEnumOptions.FsrmEnumOptions_None
)
public:
virtual IFsrmCommittableCollection^ EnumFileGroups(
_FsrmEnumOptions options = _FsrmEnumOptions::FsrmEnumOptions_None
)
abstract EnumFileGroups :
options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> IFsrmCommittableCollection
override EnumFileGroups :
options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> IFsrmCommittableCollection
Public Overridable Function EnumFileGroups (
options As _FsrmEnumOptions
) As IFsrmCommittableCollection
Parameters
options
Type: Microsoft.Storage._FsrmEnumOptionsOne or more options for enumerating the file groups. For possible values, see the _FsrmEnumOptions enumeration.
Return Value
Type: Microsoft.Storage.IFsrmCommittableCollection
Returns a IFsrmCommittableCollection containing a collection of file groups. Each item of the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member of the variant for the IFsrmFileGroup interface.
The collection contains only committed file groups; the collection will not contain newly created file groups that have not been committed..
Implements
IFsrmFileGroupManager.EnumFileGroups(_FsrmEnumOptions)
See Also
IFsrmFileGroupManager
FsrmFileGroupManager
FsrmFileGroupManagerClass Class
Microsoft.Storage Namespace
Return to top