FsrmReportScheduler Interface

 

Used to manage scheduled tasks for report jobs and file management jobs. All methods of the IFsrmReportScheduler interface are available in this class. To create this object from a script, use the "Fsrm.FsrmReportScheduler" program identifier.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("6879CAF9-6617-4484-8719-71C3D8645F94")>
Public Interface FsrmReportScheduler
	Inherits IFsrmReportScheduler

NameDescription
System_CAPS_pubmethodCreateScheduleTask(String, Object, String)

Creates a scheduled task that is used to trigger a report job.(Inherited from IFsrmReportScheduler.)

System_CAPS_pubmethodDeleteScheduleTask(String)

Deletes a task that is used to trigger a report job.(Inherited from IFsrmReportScheduler.)

System_CAPS_pubmethodModifyScheduleTask(String, Object, String)

Modifies a task that is used to trigger a report job.(Inherited from IFsrmReportScheduler.)

System_CAPS_pubmethodVerifyNamespaces(Object)

Verifies that the specified local directory paths that are used as the source for the reports are valid.(Inherited from IFsrmReportScheduler.)

FSRM implements this class.

Return to top

Community Additions

ADD
Show: