Aracılığıyla paylaş


MetricAlertResourcePatch Constructors

Definition

Overloads

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

MetricAlertResourcePatch()

public MetricAlertResourcePatch ();
Public Sub New ()

Applies to

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

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

Parameters

description
String
severity
Int32
enabled
Boolean
evaluationFrequency
TimeSpan
windowSize
TimeSpan
scopes
IList<String>
targetResourceType
String
targetResourceRegion
String
autoMitigate
Nullable<Boolean>
lastUpdatedTime
Nullable<DateTime>

Applies to