IFsrmReportManager.GetReportJob Method (String)
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