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.
Gets the specified file management job.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmFileManagementJob GetFileManagementJob(
string Name
)
IFsrmFileManagementJob^ GetFileManagementJob(
String^ Name
)
abstract GetFileManagementJob :
Name:string -> IFsrmFileManagementJob
Function GetFileManagementJob (
Name As String
) As IFsrmFileManagementJob
Parameters
Name
Type: System.StringThe name of the file management job to retrieve.
Return Value
Type: Microsoft.Storage.IFsrmFileManagementJob
An IFsrmFileManagementJob interface to the specified file management job.
See Also
FsrmFileManagementJobManager
EnumFileManagementJobs
IFsrmFileManagementJobManager Interface
Microsoft.Storage Namespace
Return to top