Class AlertRuleLeafConditionResponse
- java.lang.Object
-
- com.pulumi.azurenative.insights.outputs.AlertRuleLeafConditionResponse
-
public final class AlertRuleLeafConditionResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AlertRuleLeafConditionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AlertRuleLeafConditionResponse.Builder
builder()
static AlertRuleLeafConditionResponse.Builder
builder(AlertRuleLeafConditionResponse defaults)
java.util.List<java.lang.String>
containsAny()
java.util.Optional<java.lang.String>
equals_()
java.util.Optional<java.lang.String>
field()
-
-
-
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'.
-
builder
public static AlertRuleLeafConditionResponse.Builder builder()
-
builder
public static AlertRuleLeafConditionResponse.Builder builder(AlertRuleLeafConditionResponse defaults)
-
-