다음을 통해 공유


AutomationActionWorkspace type

이벤트 데이터를 내보낼 Log Analytics 작업 영역입니다. 보안 경고 데이터는 'SecurityAlert' 테이블에 상주하며 평가 데이터는 'SecurityRecommendation' 테이블('Security'/'SecurityCenterFree' 솔루션 아래)에 상주합니다. 작업 영역에서 데이터를 보려면 Security Center Log Analytics 무료/표준 솔루션을 해당 작업 영역에서 사용하도록 설정해야 합니다. Security Center 연속 내보내기 기능에 대해 자세히 알아보려면 https://aka.ms/ASCExportLearnMore

type AutomationActionWorkspace = AutomationAction & {
  actionType: "Workspace"
  workspaceResourceId?: string
}