### YamlMime:JavaType uid: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition" fullName: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition" name: "ActivityLogAlertLeafCondition" nameWithType: "ActivityLogAlertLeafCondition" summary: "An Activity Log alert condition that is met by comparing an activity log field and value." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **ActivityLogAlertLeafCondition**" constructors: - uid: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.ActivityLogAlertLeafCondition()" fullName: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.ActivityLogAlertLeafCondition()" name: "ActivityLogAlertLeafCondition()" nameWithType: "ActivityLogAlertLeafCondition.ActivityLogAlertLeafCondition()" syntax: "public ActivityLogAlertLeafCondition()" methods: - uid: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.equals()" fullName: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.equals()" name: "equals()" nameWithType: "ActivityLogAlertLeafCondition.equals()" summary: "Get the field value will be compared to this value (case-insensitive) to determine if the condition is met." syntax: "public String equals()" desc: "Get the field value will be compared to this value (case-insensitive) to determine if the condition is met." returns: description: "the equals value" type: "" - uid: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.field()" fullName: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.field()" name: "field()" nameWithType: "ActivityLogAlertLeafCondition.field()" summary: "Get the name of the field that this condition will examine." syntax: "public String field()" desc: "Get the name of the 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.'." returns: description: "the field value" type: "" - uid: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.withEquals(java.lang.String)" fullName: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.withEquals(String equals)" name: "withEquals(String equals)" nameWithType: "ActivityLogAlertLeafCondition.withEquals(String equals)" summary: "Set the field value will be compared to this value (case-insensitive) to determine if the condition is met." parameters: - description: "the equals value to set" name: "equals" type: "" syntax: "public ActivityLogAlertLeafCondition withEquals(String equals)" desc: "Set the field value will be compared to this value (case-insensitive) to determine if the condition is met." returns: description: "the ActivityLogAlertLeafCondition object itself." type: "" - uid: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.withField(java.lang.String)" fullName: "com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition.withField(String field)" name: "withField(String field)" nameWithType: "ActivityLogAlertLeafCondition.withField(String field)" summary: "Set the name of the field that this condition will examine." parameters: - description: "the field value to set" name: "field" type: "" syntax: "public ActivityLogAlertLeafCondition withField(String field)" desc: "Set the name of the 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.'." returns: description: "the ActivityLogAlertLeafCondition object itself." type: "" type: "class" desc: "An Activity Log alert condition that is met by comparing an activity log field and value." metadata: {} package: "com.microsoft.azure.management.monitor" artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4