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 specified report job.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmReportJob GetReportJob(
string taskName
)
IFsrmReportJob^ GetReportJob(
String^ taskName
)
abstract GetReportJob :
taskName:string -> IFsrmReportJob
Function GetReportJob (
taskName As String
) As IFsrmReportJob
Parameters
taskName
Type: System.StringThe task name that identifies the report job to retrieve. The string is limited to 230 characters.
Return Value
Type: Microsoft.Storage.IFsrmReportJob
Returns an IFsrmReportJob interface to the retrieved job.
See Also
FsrmReportManager
IFsrmReportManager Interface
Microsoft.Storage Namespace
Return to top