Uses of Class
com.azure.resourcemanager.monitor.models.Action
-
Packages that use Action 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 Action in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return Action Modifier and Type Method Description ActionLogSearchRuleResourceInner. action()Get the action property: Action needs to be taken on rule execution.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type Action Modifier and Type Method Description LogSearchRuleResourceInnerLogSearchRuleResourceInner. withAction(Action action)Set the action property: Action needs to be taken on rule execution. -
Uses of Action in com.azure.resourcemanager.monitor.models
Subclasses of Action in com.azure.resourcemanager.monitor.models Modifier and Type Class Description classAlertingActionSpecify action need to be taken when rule type is Alert.classLogToMetricActionSpecify action need to be taken when rule type is converting log to metric.
-