Class AlertRuleLeafConditionResponse


  • public final class AlertRuleLeafConditionResponse
    extends java.lang.Object
    • Method Detail

      • containsAny

        public java.util.List<java.lang.String> containsAny()
        Returns:
        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.
      • equals_

        public java.util.Optional<java.lang.String> equals_()
        Returns:
        The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.
      • field

        public java.util.Optional<java.lang.String> field()
        Returns:
        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'.