Class ActivityLogAlertProperties
java.lang.Object
org.jclouds.azurecompute.arm.domain.ActivityLogAlertProperties
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Actions
actions()
builder()
abstract AlertRuleAllOfCondition
static ActivityLogAlertProperties
create
(String description, boolean enabled, List<String> scopes, AlertRuleAllOfCondition condition, Actions actions) abstract String
abstract boolean
enabled()
scopes()
abstract ActivityLogAlertProperties.Builder
-
Constructor Details
-
ActivityLogAlertProperties
public ActivityLogAlertProperties()
-
-
Method Details
-
description
-
enabled
public abstract boolean enabled() -
scopes
-
condition
-
actions
-
create
public static ActivityLogAlertProperties create(String description, boolean enabled, List<String> scopes, AlertRuleAllOfCondition condition, Actions actions) -
toBuilder
-
builder
-