Automation Action Event Hub Response
data class AutomationActionEventHubResponse(val actionType: String, val connectionString: String? = null, val eventHubResourceId: String? = null, val sasPolicyName: String)
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
Constructors
Link copied to clipboard
fun AutomationActionEventHubResponse(actionType: String, connectionString: String? = null, eventHubResourceId: String? = null, sasPolicyName: String)