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
public virtual IFsrmReportJob GetReportJob(
string taskName
)
public:
virtual IFsrmReportJob^ GetReportJob(
String^ taskName
)
abstract GetReportJob :
taskName:string -> IFsrmReportJob
override GetReportJob :
taskName:string -> IFsrmReportJob
Public Overridable 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 a IFsrmReportJob interface to the retrieved job.
Implements
IFsrmReportManager.GetReportJob(String)
See Also
FsrmReportManager
FsrmReportManagerClass Class
Microsoft.Storage Namespace
Return to top