Uses of Class
org.jclouds.azurecompute.arm.domain.AlertRuleAnyOfOrLeafCondition
Packages that use AlertRuleAnyOfOrLeafCondition
-
Uses of AlertRuleAnyOfOrLeafCondition in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return AlertRuleAnyOfOrLeafConditionModifier and TypeMethodDescriptionabstract AlertRuleAnyOfOrLeafCondition
AlertRuleAnyOfOrLeafCondition.Builder.build()
AlertRuleAnyOfOrLeafCondition.create
(List<AlertRuleLeafCondition> anyOf, List<String> containsAny, String equals, String field) Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type AlertRuleAnyOfOrLeafConditionModifier and TypeMethodDescriptionabstract List
<AlertRuleAnyOfOrLeafCondition> AlertRuleAllOfCondition.allOf()
Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type AlertRuleAnyOfOrLeafConditionModifier and TypeMethodDescriptionabstract AlertRuleAllOfCondition.Builder
AlertRuleAllOfCondition.Builder.allOf
(List<AlertRuleAnyOfOrLeafCondition> allOf) static AlertRuleAllOfCondition
AlertRuleAllOfCondition.create
(List<AlertRuleAnyOfOrLeafCondition> allOf, String odatatype)