FsrmFileManagementJobManager Interface

 

Used to manage file management jobs. All methods and properties of the IFsrmFileManagementJobManager interface are available in this class. To create this object from a script, use the "Fsrm.FsrmFileManagementJobManager" program identifier.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

[GuidAttribute("EE321ECB-D95E-48E9-907C-C7685A013235")]
public interface FsrmFileManagementJobManager : IFsrmFileManagementJobManager
[GuidAttribute("EE321ECB-D95E-48E9-907C-C7685A013235")]
public interface class FsrmFileManagementJobManager : IFsrmFileManagementJobManager
[<GuidAttribute("EE321ECB-D95E-48E9-907C-C7685A013235")>]
type FsrmFileManagementJobManager = 
    interface
        interface IFsrmFileManagementJobManager
    end
<GuidAttribute("EE321ECB-D95E-48E9-907C-C7685A013235")>
Public Interface FsrmFileManagementJobManager
    Inherits IFsrmFileManagementJobManager

Properties

Name Description
System_CAPS_pubproperty ActionVariableDescriptions

Retrieves the descriptions for the macros contained in the ActionVariables property.(Inherited from IFsrmFileManagementJobManager.)

System_CAPS_pubproperty ActionVariables

Retrieves a list of macros that you can specify in action property values.(Inherited from IFsrmFileManagementJobManager.)

Methods

Name Description
System_CAPS_pubmethod CreateFileManagementJob()

Creates a file management job.(Inherited from IFsrmFileManagementJobManager.)

System_CAPS_pubmethod EnumFileManagementJobs(_FsrmEnumOptions)

Enumerates the list of existing file management jobs.(Inherited from IFsrmFileManagementJobManager.)

System_CAPS_pubmethod GetFileManagementJob(String)

Gets the specified file management job.(Inherited from IFsrmFileManagementJobManager.)

Remarks

FSRM implements this class.

See Also

IFsrmFileManagementJobManager
Microsoft.Storage Namespace

Return to top