Compartilhar via


IFsrmFileManagementJobManager.GetFileManagementJob Method (String)

 

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.String

    The 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