次の方法で共有


AlertModificationItem コンストラクター

定義

オーバーロード

AlertModificationItem()

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

AlertModificationItem(Nullable<AlertModificationEvent>, String, String, String, String, String, String)

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

AlertModificationItem()

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

public AlertModificationItem ();
Public Sub New ()

適用対象

AlertModificationItem(Nullable<AlertModificationEvent>, String, String, String, String, String, String)

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

public AlertModificationItem (Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationEvent? modificationEvent = default, string oldValue = default, string newValue = default, string modifiedAt = default, string modifiedBy = default, string comments = default, string description = default);
new Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem : Nullable<Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationEvent> * string * string * string * string * string * string -> Microsoft.Azure.Management.AlertsManagement.Models.AlertModificationItem
Public Sub New (Optional modificationEvent As Nullable(Of AlertModificationEvent) = Nothing, Optional oldValue As String = Nothing, Optional newValue As String = Nothing, Optional modifiedAt As String = Nothing, Optional modifiedBy As String = Nothing, Optional comments As String = Nothing, Optional description As String = Nothing)

パラメーター

modificationEvent
Nullable<AlertModificationEvent>

変更の理由。 使用できる値は、'AlertCreated'、'StateChange'、'MonitorConditionChange'、'SeverityChange'、'ActionRuleTriggered'、'ActionRuleSuppressed'、'ActionsTriggered'、'ActionsSuppressed'、'ActionsFailed' です。

oldValue
String

古い値

newValue
String

新しい値

modifiedAt
String

変更日時

modifiedBy
String

変更されたユーザーの詳細 (プリンシパル クライアント名)

comments
String

変更コメント

description
String

変更の説明

適用対象