你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IAlertRuleLeafCondition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleLeafConditionTypeConverter))]
public interface IAlertRuleLeafCondition : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActivityLogAlert.Models.Api20201001.AlertRuleLeafConditionTypeConverter))>]
type IAlertRuleLeafCondition = interface
interface IJsonSerializable
Public Interface IAlertRuleLeafCondition
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ContainsAny |
The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met. |
Equal |
The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met. |
Field |
The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |