IFsrmFileManagementJobManager.EnumFileManagementJobs Method (_FsrmEnumOptions)
Enumerates the list of existing file management jobs.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCollection EnumFileManagementJobs(
_FsrmEnumOptions options = _FsrmEnumOptions.FsrmEnumOptions_None
)
IFsrmCollection^ EnumFileManagementJobs(
_FsrmEnumOptions options = _FsrmEnumOptions::FsrmEnumOptions_None
)
abstract EnumFileManagementJobs :
options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> IFsrmCollection
Function EnumFileManagementJobs (
options As _FsrmEnumOptions
) As IFsrmCollection
Parameters
options
Type: Microsoft.Storage._FsrmEnumOptionsOne or more options to use when enumerating the management jobs. For possible values, see the _FsrmEnumOptions enumeration. Note that this parameter must be set to either FsrmEnumOptions_IncludeClusterNodes or FsrmEnumOptions_None for this method.
Return Value
Type: Microsoft.Storage.IFsrmCollection
A IFsrmCollection containing a collection of file management jobs. The variant type of each item in the collection is VT_DISPATCH. Query the pdispVal member of the variant to get an IFsrmFileManagementJobManager interface to the job.
See Also
FsrmFileManagementJobManager
GetFileManagementJob
IFsrmFileManagementJobManager Interface
Microsoft.Storage Namespace
Return to top