次の方法で共有


NotificationContent(String) コンストラクター

定義

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

public NotificationContent (string alertType);
new Azure.ResourceManager.Monitor.Models.NotificationContent : string -> Azure.ResourceManager.Monitor.Models.NotificationContent
Public Sub New (alertType As String)

パラメーター

alertType
String

サポートされているアラートの種類の値。 サポートされているアラートの種類の値は、servicehealth、metricstaticthreshold、metricsdynamicthreshold、logalertv2、smartalert、webtestalert、logalertv1numresult、logalertv1metricmeasurement、resourcehealth、activitylog、actualcostbudget、forecastedbudget です。

例外

alertType が null です。

適用対象