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

AutomationActionLogicApp Class

Definition

The logic app action that should be triggered. To learn more about Microsoft Defender for Cloud's Workflow Automation capabilities, visit https://aka.ms/ASCWorkflowAutomationLearnMore

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

Constructors

AutomationActionLogicApp()

Initializes a new instance of the AutomationActionLogicApp class.

AutomationActionLogicApp(String, String)

Initializes a new instance of the AutomationActionLogicApp class.

Properties

LogicAppResourceId

Gets or sets the triggered Logic App Azure Resource ID. This can also reside on other subscriptions, given that you have permissions to trigger the Logic App

Uri

Gets or sets the Logic App trigger URI endpoint (it will not be included in any response).

Extension Methods

ConvertToPSType(AutomationAction)

Applies to