FsrmReportManager Interface
Used to manage report jobs. All methods of the IFsrmReportManager interface are available in this class. To create this object from a script, use the "Fsrm.FsrmReportManager" program identifier.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("27B899FE-6FFA-4481-A184-D3DAADE8A02B")]
public interface FsrmReportManager : IFsrmReportManager
[GuidAttribute("27B899FE-6FFA-4481-A184-D3DAADE8A02B")]
public interface class FsrmReportManager : IFsrmReportManager
[<GuidAttribute("27B899FE-6FFA-4481-A184-D3DAADE8A02B")>]
type FsrmReportManager =
interface
interface IFsrmReportManager
end
<GuidAttribute("27B899FE-6FFA-4481-A184-D3DAADE8A02B")>
Public Interface FsrmReportManager
Inherits IFsrmReportManager
Methods
Name | Description | |
---|---|---|
CreateReportJob() | Creates a report job.(Inherited from IFsrmReportManager.) |
|
EnumReportJobs(_FsrmEnumOptions) | Enumerates the report jobs.(Inherited from IFsrmReportManager.) |
|
GetDefaultFilter(_FsrmReportType, _FsrmReportFilter) | Retrieves the default report filter value that is used with the specified report type.(Inherited from IFsrmReportManager.) |
|
GetOutputDirectory(_FsrmReportGenerationContext) | Retrieves the local directory path where the reports with the specified context are stored.(Inherited from IFsrmReportManager.) |
|
GetReportJob(String) | Retrieves the specified report job.(Inherited from IFsrmReportManager.) |
|
GetReportSizeLimit(_FsrmReportLimit) | Retrieves the current value of the specified report size limit.(Inherited from IFsrmReportManager.) |
|
IsFilterValidForReportType(_FsrmReportType, _FsrmReportFilter) | Retrieves a value that determines whether a specified report filter is configurable for the specified report type.(Inherited from IFsrmReportManager.) |
|
SetDefaultFilter(_FsrmReportType, _FsrmReportFilter, Object) | Sets the default report filter value to use with the specified report type.(Inherited from IFsrmReportManager.) |
|
SetOutputDirectory(_FsrmReportGenerationContext, String) | Sets the local directory path where reports are stored.(Inherited from IFsrmReportManager.) |
|
SetReportSizeLimit(_FsrmReportLimit, Object) | Sets the current value of the specified report size limit.(Inherited from IFsrmReportManager.) |
Remarks
FSRM implements this class.
See Also
IFsrmReportManager
Microsoft.Storage Namespace
Return to top