次の方法で共有


MetricAlertResourcePatch コンストラクター

定義

オーバーロード

MetricAlertResourcePatch()

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

MetricAlertResourcePatch(IDictionary<String,String>, String, Nullable<Int32>, Nullable<Boolean>, IList<String>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String, MetricAlertCriteria, Nullable<Boolean>, IList<MetricAlertAction>, Nullable<DateTime>, Nullable<Boolean>)

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

MetricAlertResourcePatch()

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

public MetricAlertResourcePatch ();
Public Sub New ()

適用対象

MetricAlertResourcePatch(IDictionary<String,String>, String, Nullable<Int32>, Nullable<Boolean>, IList<String>, Nullable<TimeSpan>, Nullable<TimeSpan>, String, String, MetricAlertCriteria, Nullable<Boolean>, IList<MetricAlertAction>, Nullable<DateTime>, Nullable<Boolean>)

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

public MetricAlertResourcePatch (System.Collections.Generic.IDictionary<string,string> tags = default, string description = default, int? severity = default, bool? enabled = default, System.Collections.Generic.IList<string> scopes = default, TimeSpan? evaluationFrequency = default, TimeSpan? windowSize = default, string targetResourceType = default, string targetResourceRegion = default, Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria criteria = default, bool? autoMitigate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricAlertAction> actions = default, DateTime? lastUpdatedTime = default, bool? isMigrated = default);
new Microsoft.Azure.Management.Monitor.Models.MetricAlertResourcePatch : System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> * Nullable<bool> * System.Collections.Generic.IList<string> * Nullable<TimeSpan> * Nullable<TimeSpan> * string * string * Microsoft.Azure.Management.Monitor.Models.MetricAlertCriteria * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.MetricAlertAction> * Nullable<DateTime> * Nullable<bool> -> Microsoft.Azure.Management.Monitor.Models.MetricAlertResourcePatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional description As String = Nothing, Optional severity As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional scopes As IList(Of String) = Nothing, Optional evaluationFrequency As Nullable(Of TimeSpan) = Nothing, Optional windowSize As Nullable(Of TimeSpan) = Nothing, Optional targetResourceType As String = Nothing, Optional targetResourceRegion As String = Nothing, Optional criteria As MetricAlertCriteria = Nothing, Optional autoMitigate As Nullable(Of Boolean) = Nothing, Optional actions As IList(Of MetricAlertAction) = Nothing, Optional lastUpdatedTime As Nullable(Of DateTime) = Nothing, Optional isMigrated As Nullable(Of Boolean) = Nothing)

パラメーター

tags
IDictionary<String,String>

リソース タグ

description
String

アラート メールに含まれるメトリック アラートの説明。

severity
Nullable<Int32>

アラートの重大度 {0、1、2、3、4}

enabled
Nullable<Boolean>

メトリック アラートが有効になっているかどうかを示すフラグ。

scopes
IList<String>

このメトリック アラートのスコープが設定されているリソース ID の一覧。

evaluationFrequency
Nullable<TimeSpan>

メトリック アラートが評価される頻度は、ISO 8601 期間形式で表されます。

windowSize
Nullable<TimeSpan>

しきい値に基づいてアラート アクティビティを監視するために使用される期間 (ISO 8601 期間形式)。

targetResourceType
String

アラートが作成または更新されるターゲット リソースのリソースの種類。 MultipleResourceMultipleMetricCriteria には必須です。

targetResourceRegion
String

アラートが作成または更新されるターゲット リソースのリージョン。 MultipleResourceMultipleMetricCriteria には必須です。

criteria
MetricAlertCriteria

は、特定のアラート条件情報を定義します。

autoMitigate
Nullable<Boolean>

アラートを自動解決するかどうかを示す フラグ。 既定値は true です。

actions
IList<MetricAlertAction>

アラート ルールがアクティブになったとき、およびアラート条件が解決されたときに実行されるアクションの配列。

lastUpdatedTime
Nullable<DateTime>

規則が ISO8601 形式で最後に更新された時刻。

isMigrated
Nullable<Boolean>

このアラート ルールが移行されるかどうかを示す 値。

適用対象