你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationActionWorkspace Class

Definition

The Log Analytics Workspace to which event data will be exported. Security alerts data will reside in the 'SecurityAlert' table and the assessments data will reside in the 'SecurityRecommendation' table (under the 'Security'/'SecurityCenterFree' solutions). Note that in order to view the data in the workspace, the Security Center Log Analytics free/standard solution needs to be enabled on that workspace. To learn more about Microsoft Defender for Cloud continuous export capabilities, visit https://aka.ms/ASCExportLearnMore

[Newtonsoft.Json.JsonObject("Workspace")]
public class AutomationActionWorkspace : Microsoft.Azure.Management.Security.Models.AutomationAction
[<Newtonsoft.Json.JsonObject("Workspace")>]
type AutomationActionWorkspace = class
    inherit AutomationAction
Public Class AutomationActionWorkspace
Inherits AutomationAction
Inheritance
AutomationActionWorkspace
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AutomationActionWorkspace()

Initializes a new instance of the AutomationActionWorkspace class.

AutomationActionWorkspace(String)

Initializes a new instance of the AutomationActionWorkspace class.

Properties

WorkspaceResourceId

Gets or sets the fully qualified Log Analytics Workspace Azure Resource ID.

Extension Methods

ConvertToPSType(AutomationAction)

Applies to