AlertModificationItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
変更の説明
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET