Uses of Class
com.azure.resourcemanager.monitor.models.MetricTriggerType
Packages that use MetricTriggerType
Package
Description
Package containing the data models for MonitorClient.
-
Uses of MetricTriggerType in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as MetricTriggerTypeModifier and TypeFieldDescriptionstatic final MetricTriggerTypeMetricTriggerType.CONSECUTIVEStatic value Consecutive for MetricTriggerType.static final MetricTriggerTypeMetricTriggerType.TOTALStatic value Total for MetricTriggerType.Methods in com.azure.resourcemanager.monitor.models that return MetricTriggerTypeModifier and TypeMethodDescriptionstatic MetricTriggerTypeMetricTriggerType.fromString(String name) Creates or finds a MetricTriggerType from its string representation.LogMetricTrigger.metricTriggerType()Get the metricTriggerType property: Metric Trigger Type - 'Consecutive' or 'Total'.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetricTriggerTypeModifier and TypeMethodDescriptionstatic Collection<MetricTriggerType>MetricTriggerType.values()Methods in com.azure.resourcemanager.monitor.models with parameters of type MetricTriggerTypeModifier and TypeMethodDescriptionLogMetricTrigger.withMetricTriggerType(MetricTriggerType metricTriggerType) Set the metricTriggerType property: Metric Trigger Type - 'Consecutive' or 'Total'.