Uses of Class
com.azure.resourcemanager.monitor.models.ActivityLogAlertAllOfCondition
-
Packages that use ActivityLogAlertAllOfCondition Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of ActivityLogAlertAllOfCondition in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return ActivityLogAlertAllOfCondition Modifier and Type Method Description ActivityLogAlertAllOfConditionActivityLogAlertResourceInner. condition()Get the condition property: The condition that will cause this alert to activate.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type ActivityLogAlertAllOfCondition Modifier and Type Method Description ActivityLogAlertResourceInnerActivityLogAlertResourceInner. withCondition(ActivityLogAlertAllOfCondition condition)Set the condition property: The condition that will cause this alert to activate. -
Uses of ActivityLogAlertAllOfCondition in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ActivityLogAlertAllOfCondition Modifier and Type Method Description ActivityLogAlertAllOfConditionActivityLogAlertAllOfCondition. withAllOf(List<ActivityLogAlertLeafCondition> allOf)Set the allOf property: The list of activity log alert conditions.
-