Partilhar via


AutomationActionEventHub Class

Definition

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

Applies to