次の方法で共有


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

定義

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

public MonitorAzureAppPushReceiver (string name, string emailAddress);
new Azure.ResourceManager.Monitor.Models.MonitorAzureAppPushReceiver : string * string -> Azure.ResourceManager.Monitor.Models.MonitorAzureAppPushReceiver
Public Sub New (name As String, emailAddress As String)

パラメーター

name
String

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

emailAddress
String

Azure モバイル アプリに登録されている電子メール アドレス。

例外

name または emailAddress が null です。

適用対象