65 строки
4.2 KiB
YAML
65 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition"
|
|
name: "ActivityLogAlertAllOfCondition"
|
|
nameWithType: "ActivityLogAlertAllOfCondition"
|
|
summary: "An Activity Log alert condition that is met when all its member conditions are met."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class ActivityLogAlertAllOfCondition"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition.ActivityLogAlertAllOfCondition()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition.ActivityLogAlertAllOfCondition()"
|
|
name: "ActivityLogAlertAllOfCondition()"
|
|
nameWithType: "ActivityLogAlertAllOfCondition.ActivityLogAlertAllOfCondition()"
|
|
syntax: "public ActivityLogAlertAllOfCondition()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition.allOf()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition.allOf()"
|
|
name: "allOf()"
|
|
nameWithType: "ActivityLogAlertAllOfCondition.allOf()"
|
|
summary: "Get the all<wbr>Of property: The list of activity log alert conditions."
|
|
syntax: "public List<ActivityLogAlertLeafCondition> allOf()"
|
|
desc: "Get the allOf property: The list of activity log alert conditions."
|
|
returns:
|
|
description: "the allOf value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.monitor.models.ActivityLogAlertLeafCondition?alt=com.azure.resourcemanager.monitor.models.ActivityLogAlertLeafCondition&text=ActivityLogAlertLeafCondition\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition.validate()"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ActivityLogAlertAllOfCondition.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition.withAllOf(java.util.List<com.azure.resourcemanager.monitor.models.ActivityLogAlertLeafCondition>)"
|
|
fullName: "com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition.withAllOf(List<ActivityLogAlertLeafCondition> allOf)"
|
|
name: "withAllOf(List<ActivityLogAlertLeafCondition> allOf)"
|
|
nameWithType: "ActivityLogAlertAllOfCondition.withAllOf(List<ActivityLogAlertLeafCondition> allOf)"
|
|
summary: "Set the all<wbr>Of property: The list of activity log alert conditions."
|
|
parameters:
|
|
- description: "the allOf value to set."
|
|
name: "allOf"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.monitor.models.ActivityLogAlertLeafCondition?alt=com.azure.resourcemanager.monitor.models.ActivityLogAlertLeafCondition&text=ActivityLogAlertLeafCondition\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ActivityLogAlertAllOfCondition withAllOf(List<ActivityLogAlertLeafCondition> allOf)"
|
|
desc: "Set the allOf property: The list of activity log alert conditions."
|
|
returns:
|
|
description: "the ActivityLogAlertAllOfCondition object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition?alt=com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition&text=ActivityLogAlertAllOfCondition\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "An Activity Log alert condition that is met when all its member conditions are met."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.monitor.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.18.0
|