IFsrmActionReport Interface

 

Used to generate a report in response to a quota or file screen event.

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

<GuidAttribute("2DBE63C4-B340-48A0-A5B0-158E07FC567E")>
Public Interface IFsrmActionReport
	Inherits IFsrmAction

NameDescription
System_CAPS_pubpropertyActionType

Gets the ActionType property.

System_CAPS_pubpropertyid

Gets the id property.

System_CAPS_pubpropertyMailTo

Retrieves or sets the email address to which the reports are sent.

This property is read/write.

System_CAPS_pubpropertyReportTypes

Retrieves or sets the types of reports to generate.

This property is read/write.

System_CAPS_pubpropertyRunLimitInterval

Gets and sets the RunLimitInterval property.

NameDescription
System_CAPS_pubmethodDelete()

Removes the report that was generated for the quota or file screen event.

To create an event log action, call one of the following methods and specify FsrmActionType_Report as the action type:

The create methods return an IFsrmAction interface. To get this interface, call the QueryInterface method and specify IID_IFsrmActionEventLog as the interface identifier.

The IFsrmActionReport interface inherits from IFsrmAction IFsrmActionReport also has these types of members:

Return to top

Community Additions

ADD
Show: