次の方法で共有


MonitorLogicAppReceiver(String, ResourceIdentifier, Uri) コンストラクター

定義

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

public MonitorLogicAppReceiver (string name, Azure.Core.ResourceIdentifier resourceId, Uri callbackUri);
new Azure.ResourceManager.Monitor.Models.MonitorLogicAppReceiver : string * Azure.Core.ResourceIdentifier * Uri -> Azure.ResourceManager.Monitor.Models.MonitorLogicAppReceiver
Public Sub New (name As String, resourceId As ResourceIdentifier, callbackUri As Uri)

パラメーター

name
String

ロジック アプリ レシーバーの名前。 名前は、アクション グループ内のすべてのレシーバーで一意である必要があります。

resourceId
ResourceIdentifier

ロジック アプリ レシーバーの azure リソース ID。

callbackUri
Uri

http 要求の送信先のコールバック URL。

例外

nameresourceId、または callbackUri が null です。

適用対象