AutomationActionEventHub Constructors
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.
Overloads
AutomationActionEventHub() |
Initializes a new instance of the AutomationActionEventHub class. |
AutomationActionEventHub(String, String, String) |
Initializes a new instance of the AutomationActionEventHub class. |
AutomationActionEventHub()
Initializes a new instance of the AutomationActionEventHub class.
public AutomationActionEventHub ();
Public Sub New ()
Applies to
AutomationActionEventHub(String, String, String)
Initializes a new instance of the AutomationActionEventHub class.
public AutomationActionEventHub (string eventHubResourceId = default, string sasPolicyName = default, string connectionString = default);
new Microsoft.Azure.Management.Security.Models.AutomationActionEventHub : string * string * string -> Microsoft.Azure.Management.Security.Models.AutomationActionEventHub
Public Sub New (Optional eventHubResourceId As String = Nothing, Optional sasPolicyName As String = Nothing, Optional connectionString As String = Nothing)
Parameters
- eventHubResourceId
- String
The target Event Hub Azure Resource ID.
- sasPolicyName
- String
The target Event Hub SAS policy name.
- connectionString
- String
The target Event Hub connection string (it will not be included in any response).