다음을 통해 공유


FsrmSetting Interface

 

Used to configure FSRM. All methods and properties of the IFsrmSetting interface are available in this class. To create this object from a script, use the "Fsrm.FsrmSetting" program identifier.

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

Syntax

[GuidAttribute("F411D4FD-14BE-4260-8C40-03B7C95E608A")]
public interface FsrmSetting : IFsrmSetting
[GuidAttribute("F411D4FD-14BE-4260-8C40-03B7C95E608A")]
public interface class FsrmSetting : IFsrmSetting
[<GuidAttribute("F411D4FD-14BE-4260-8C40-03B7C95E608A")>]
type FsrmSetting = 
    interface
        interface IFsrmSetting
    end
<GuidAttribute("F411D4FD-14BE-4260-8C40-03B7C95E608A")>
Public Interface FsrmSetting
    Inherits IFsrmSetting

Properties

Name Description
System_CAPS_pubproperty AdminEmail

Retrieves or sets the email address for the administrator.(Inherited from IFsrmSetting.)

System_CAPS_pubproperty DisableCommandLine

Retrieves or sets a value that determines whether FSRM prevents command line actions from running.(Inherited from IFsrmSetting.)

System_CAPS_pubproperty EnableScreeningAudit

Retrieves or sets a value that determines whether FSRM keeps audit records of the file screen violations.(Inherited from IFsrmSetting.)

System_CAPS_pubproperty MailFrom

Retrieves or sets the default email address from which email messages are sent.(Inherited from IFsrmSetting.)

System_CAPS_pubproperty SmtpServer

Retrieves or sets the SMTP server that FSRM uses to send email.(Inherited from IFsrmSetting.)

Methods

Name Description
System_CAPS_pubmethod EmailTest(String)

Send an email message to the specified email address.(Inherited from IFsrmSetting.)

System_CAPS_pubmethod GetActionRunLimitInterval(_FsrmActionType)

Gets the time that an action that uses the global run limit interval must wait before the action is run again.(Inherited from IFsrmSetting.)

System_CAPS_pubmethod SetActionRunLimitInterval(_FsrmActionType, Int32)

Sets the time that an action that uses the global run limit interval must wait before the action is run again.(Inherited from IFsrmSetting.)

Remarks

FSRM implements this class.

See Also

IFsrmSetting
Microsoft.Storage Namespace

Return to top