IFsrmReportManager.CreateReportJob Method ()
Creates a report job.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmReportJob CreateReportJob()
IFsrmReportJob^ CreateReportJob()
abstract CreateReportJob : unit -> IFsrmReportJob
Function CreateReportJob As IFsrmReportJob
Return Value
Type: Microsoft.Storage.IFsrmReportJob
Returns a IFsrmReportJob interface of the newly created report job object. Use the interface to add reports to the job and run the reports. To add the report job to FSRM, call Commit method.
See Also
FsrmReportManager
IFsrmReportManager Interface
Microsoft.Storage Namespace
Return to top