다음을 통해 공유


AutomationActionEventHub Constructors

Definition

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

Applies to