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)
Syntax
[GuidAttribute("6879CAF9-6617-4484-8719-71C3D8645F94")]
public interface FsrmReportScheduler : IFsrmReportScheduler
[GuidAttribute("6879CAF9-6617-4484-8719-71C3D8645F94")]
public interface class FsrmReportScheduler : IFsrmReportScheduler
[<GuidAttribute("6879CAF9-6617-4484-8719-71C3D8645F94")>]
type FsrmReportScheduler =
interface
interface IFsrmReportScheduler
end
<GuidAttribute("6879CAF9-6617-4484-8719-71C3D8645F94")>
Public Interface FsrmReportScheduler
Inherits IFsrmReportScheduler
Methods
Name | Description | |
---|---|---|
CreateScheduleTask(String, Object, String) | Creates a scheduled task that is used to trigger a report job.(Inherited from IFsrmReportScheduler.) |
|
DeleteScheduleTask(String) | Deletes a task that is used to trigger a report job.(Inherited from IFsrmReportScheduler.) |
|
ModifyScheduleTask(String, Object, String) | Modifies a task that is used to trigger a report job.(Inherited from IFsrmReportScheduler.) |
|
VerifyNamespaces(Object) | Verifies that the specified local directory paths that are used as the source for the reports are valid.(Inherited from IFsrmReportScheduler.) |
Remarks
FSRM implements this class.
See Also
IFsrmReportScheduler
Microsoft.Storage Namespace
Return to top