azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.6 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition?alt=com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition&text=ActivityLogAlertLeafCondition\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition?alt=com.microsoft.azure.management.monitor.ActivityLogAlertLeafCondition&text=ActivityLogAlertLeafCondition\" data-throw-if-not-resolved=\"False\" />"
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