Udostępnij przez


IScheduledQueryRuleResourcePatch.CriterionAllOf Property

Definition

A list of conditions to evaluate against the specified scopes

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Create=true, Description="A list of conditions to evaluate against the specified scopes", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.ICondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="allOf", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.ICondition> CriterionAllOf { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Runtime.Info(Create=true, Description="A list of conditions to evaluate against the specified scopes", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.ICondition) }, Read=true, ReadOnly=false, Required=false, SerializedName="allOf", Update=true)>]
member this.CriterionAllOf : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.ICondition> with get, set
Public Property CriterionAllOf As List(Of ICondition)

Property Value

Attributes

Applies to