Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the local directory path where the reports with the specified context are stored.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string GetOutputDirectory(
_FsrmReportGenerationContext context
)
String^ GetOutputDirectory(
_FsrmReportGenerationContext context
)
abstract GetOutputDirectory :
context:_FsrmReportGenerationContext -> string
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.
See Also
FsrmReportManager
IFsrmReportManager Interface
Microsoft.Storage Namespace
Return to top