Uses of Class
com.azure.resourcemanager.monitor.models.MetricTriggerType
-
Packages that use MetricTriggerType Package Description com.azure.resourcemanager.monitor.models 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 MetricTriggerType Modifier and Type Field Description static MetricTriggerTypeMetricTriggerType. CONSECUTIVEStatic value Consecutive for MetricTriggerType.static MetricTriggerTypeMetricTriggerType. TOTALStatic value Total for MetricTriggerType.Methods in com.azure.resourcemanager.monitor.models that return MetricTriggerType Modifier and Type Method Description static MetricTriggerTypeMetricTriggerType. fromString(String name)Creates or finds a MetricTriggerType from its string representation.MetricTriggerTypeLogMetricTrigger. 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 MetricTriggerType Modifier and Type Method Description static Collection<MetricTriggerType>MetricTriggerType. values()Methods in com.azure.resourcemanager.monitor.models with parameters of type MetricTriggerType Modifier and Type Method Description LogMetricTriggerLogMetricTrigger. withMetricTriggerType(MetricTriggerType metricTriggerType)Set the metricTriggerType property: Metric Trigger Type - 'Consecutive' or 'Total'.
-