次の方法で共有


MonitorEventHubReceiver(String, String, String, String) コンストラクター

定義

MonitorEventHubReceiver の新しいインスタンスを初期化します。

public MonitorEventHubReceiver (string name, string eventHubNameSpace, string eventHubName, string subscriptionId);
new Azure.ResourceManager.Monitor.Models.MonitorEventHubReceiver : string * string * string * string -> Azure.ResourceManager.Monitor.Models.MonitorEventHubReceiver
Public Sub New (name As String, eventHubNameSpace As String, eventHubName As String, subscriptionId As String)

パラメーター

name
String

イベント ハブ レシーバーの名前。 名前は、アクション グループ内のすべてのレシーバーで一意である必要があります。

eventHubNameSpace
String

Event Hub 名前空間。

eventHubName
String

特定のイベント ハブ キューの名前。

subscriptionId
String

このイベント ハブを含むサブスクリプションの ID。

例外

nameeventHubNameSpaceeventHubName、または subscriptionId が null です。

適用対象