共用方式為


fsrmActionType 列舉 (fsrmenums.h)

定義可觸發的動作,以回應配額或檔案畫面事件 (例如,超過配額或檔案違反檔案畫面) 。 檔案管理作業也可以觸發動作。

Syntax

typedef enum _FsrmActionType {
  FsrmActionType_Unknown = 0,
  FsrmActionType_EventLog = 1,
  FsrmActionType_Email = 2,
  FsrmActionType_Command = 3,
  FsrmActionType_Report = 4
} FsrmActionType;

常數

 
FsrmActionType_Unknown
值: 0
動作的類型不明。 請勿使用此值來指定動作類型。
FsrmActionType_EventLog
值: 1
將事件記錄至應用程式事件記錄檔。
FsrmActionType_Email
值: 2
傳送電子郵件訊息。
FsrmActionType_Command
值: 3
執行命令或腳本。
FsrmActionType_Report
值: 4
產生報表:

需求

   
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2008
標頭 fsrmenums.h (包括 FsrmPipeline.h、FsrmQuota.h、FsrmReports.h、FsrmScreen.h)

另請參閱

FSRM 列舉

FsrmAccountType

FsrmEventType

IFsrmAction::ActionType

IFsrmFileManagementJob::CreateNotificationAction

IFsrmFileScreenBase::CreateAction

IFsrmQuotaBase::CreateThresholdAction

IFsrmSetting::GetActionRunLimitInterval

IFsrmSetting::SetActionRunLimitInterval

MSFT_FSRMAction