你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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