FsrmReportManagerClass.GetOutputDirectory Method (_FsrmReportGenerationContext)
Retrieves the local directory path where the reports with the specified context are stored.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual string GetOutputDirectory(
_FsrmReportGenerationContext context
)
public:
virtual String^ GetOutputDirectory(
_FsrmReportGenerationContext context
)
abstract GetOutputDirectory :
context:_FsrmReportGenerationContext -> string
override GetOutputDirectory :
context:_FsrmReportGenerationContext -> string
Public Overridable Function GetOutputDirectory (
context As _FsrmReportGenerationContext
) As String
Parameters
context
Type: Microsoft.Storage._FsrmReportGenerationContextThe report context (for example, if the report is scheduled or run on demand). For possible values, see the FsrmReportGenerationContext enumeration.
Return Value
Type: System.String
Returns a String containing The local directory path where the reports are stored.
Implements
IFsrmReportManager.GetOutputDirectory(_FsrmReportGenerationContext)
See Also
FsrmReportManager
FsrmReportManagerClass Class
Microsoft.Storage Namespace
Return to top