Uses of Class
org.jclouds.azurecompute.arm.domain.ActivityLogAlertProperties
Packages that use ActivityLogAlertProperties
-
Uses of ActivityLogAlertProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return ActivityLogAlertPropertiesModifier and TypeMethodDescriptionabstract ActivityLogAlertProperties
ActivityLogAlertProperties.Builder.build()
static ActivityLogAlertProperties
ActivityLogAlertProperties.create
(String description, boolean enabled, List<String> scopes, AlertRuleAllOfCondition condition, Actions actions) abstract ActivityLogAlertProperties
ActivityLogAlert.properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type ActivityLogAlertPropertiesModifier and TypeMethodDescriptionstatic ActivityLogAlert
ActivityLogAlert.create
(String id, String name, String location, String type, Map<String, String> tags, ActivityLogAlertProperties properties) abstract ActivityLogAlert.Builder
ActivityLogAlert.Builder.properties
(ActivityLogAlertProperties properties) -
Uses of ActivityLogAlertProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type ActivityLogAlertPropertiesModifier and TypeMethodDescriptionActivityLogAlertApi.createOrUpdate
(String activityLogAlertName, ActivityLogAlertProperties properties, Map<String, String> tags, String location)