次の方法で共有


LogicAppReceiver コンストラクター

定義

オーバーロード

LogicAppReceiver()

LogicAppReceiver クラスの新しいインスタンスを初期化します。

LogicAppReceiver(String, String, String, Nullable<Boolean>)

LogicAppReceiver クラスの新しいインスタンスを初期化します。

LogicAppReceiver()

LogicAppReceiver クラスの新しいインスタンスを初期化します。

public LogicAppReceiver ();
Public Sub New ()

適用対象

LogicAppReceiver(String, String, String, Nullable<Boolean>)

LogicAppReceiver クラスの新しいインスタンスを初期化します。

public LogicAppReceiver (string name, string resourceId, string callbackUrl, bool? useCommonAlertSchema = default);
new Microsoft.Azure.Management.Monitor.Models.LogicAppReceiver : string * string * string * Nullable<bool> -> Microsoft.Azure.Management.Monitor.Models.LogicAppReceiver
Public Sub New (name As String, resourceId As String, callbackUrl As String, Optional useCommonAlertSchema As Nullable(Of Boolean) = Nothing)

パラメーター

name
String

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

resourceId
String

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

callbackUrl
String

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

useCommonAlertSchema
Nullable<Boolean>

共通アラート スキーマを使用するかどうかを示します。

適用対象