你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AutomationActionEventHub Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The target Event Hub to which event data will be exported. To learn more about Microsoft Defender for Cloud continuous export capabilities, visit https://aka.ms/ASCExportLearnMore
[Newtonsoft.Json.JsonObject("EventHub")]
public class AutomationActionEventHub : Microsoft.Azure.Management.Security.Models.AutomationAction
[<Newtonsoft.Json.JsonObject("EventHub")>]
type AutomationActionEventHub = class
inherit AutomationAction
Public Class AutomationActionEventHub
Inherits AutomationAction
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AutomationActionEventHub() |
Initializes a new instance of the AutomationActionEventHub class. |
AutomationActionEventHub(String, String, String) |
Initializes a new instance of the AutomationActionEventHub class. |
Properties
ConnectionString |
Gets or sets the target Event Hub connection string (it will not be included in any response). |
EventHubResourceId |
Gets or sets the target Event Hub Azure Resource ID. |
SasPolicyName |
Gets the target Event Hub SAS policy name. |
Extension Methods
ConvertToPSType(AutomationAction) |