IFsrmReport Interface
Used to configure the description and filters for a single report.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638")]
public interface IFsrmReport
[GuidAttribute("D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638")]
public interface class IFsrmReport
[<GuidAttribute("D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638")>]
type IFsrmReport = interface end
<GuidAttribute("D8CC81D9-46B8-4FA4-BFA5-4AA9DEC9B638")>
Public Interface IFsrmReport
Properties
Name | Description | |
---|---|---|
Description | Retrieves or sets the description of the report. |
|
LastGeneratedFileNamePrefix | Retrieves the report's generated file name for the last time the report was run. The string is used to make the report name unique. |
|
Name | Retrieves or sets the name of the report. |
|
Type | Retrieves the type of report to generate. |
Methods
Name | Description | |
---|---|---|
Delete() | Removes this report object from the report job object. |
|
GetFilter(_FsrmReportFilter) | Retrieves the value of the specified report filter. |
|
SetFilter(_FsrmReportFilter, Object) | Sets the current value of the specified report filter. |
Remarks
The following methods return this interface:
See Also
Return to top