AlertRuleLeafCondition.Field Property

Definition

Gets or sets 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'.

[Newtonsoft.Json.JsonProperty(PropertyName="field")]
public string Field { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="field")>]
member this.Field : string with get, set
Public Property Field As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to