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) |