_FsrmActionType Enumeration
Defines the actions that can be triggered in response to a quota or file screen event (for example, a quota is exceeded or a file violates a file screen). A file management job can also trigger the action.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _FsrmActionType
public enum class _FsrmActionType
type _FsrmActionType
Public Enumeration _FsrmActionType
Members
Member name | Description | |
---|---|---|
FsrmActionType_Command | Execute a command or script. |
|
FsrmActionType_Email | Send an email message. |
|
FsrmActionType_EventLog | Log an event to the Application event log. |
|
FsrmActionType_Report | Generate a report. |
|
FsrmActionType_Unknown | The action is of an unknown type. Do not use this value to specify an action type. |
See Also
ActionType
CreateNotificationAction
CreateAction
CreateThresholdAction
GetActionRunLimitInterval
SetActionRunLimitInterval
_FsrmAccountType
_FsrmEventType
Microsoft.Storage Namespace
Return to top