Uses of Class
com.microsoft.azure.management.monitor.MetricTriggerType
-
-
Uses of MetricTriggerType in com.microsoft.azure.management.monitor
Fields in com.microsoft.azure.management.monitor 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.microsoft.azure.management.monitor 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 metric Trigger Type - 'Consecutive' or 'Total'.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetricTriggerType Modifier and Type Method Description static Collection<MetricTriggerType>MetricTriggerType. values()Methods in com.microsoft.azure.management.monitor with parameters of type MetricTriggerType Modifier and Type Method Description LogMetricTriggerLogMetricTrigger. withMetricTriggerType(MetricTriggerType metricTriggerType)Set metric Trigger Type - 'Consecutive' or 'Total'.
-