다음을 통해 공유


NotificationContent(String) 생성자

정의

NotificationContent의 새 instance 초기화합니다.

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입니다.

적용 대상