public interface ActivityLogAlert extends GroupableResource<com.microsoft.azure.management.monitor.implementation.MonitorManager,com.microsoft.azure.management.monitor.implementation.ActivityLogAlertResourceInner>, Refreshable<ActivityLogAlert>, Updatable<ActivityLogAlert.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
ActivityLogAlert.Definition
The entirety of a activity log alerts definition.
|
static interface |
ActivityLogAlert.DefinitionStages
Grouping of activity log alerts definition stages.
|
static interface |
ActivityLogAlert.Update
The template for an update operation, containing all the settings that can be modified.
|
static interface |
ActivityLogAlert.UpdateStages
Grouping of activity log alerts update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
Collection<String> |
actionGroupIds()
Get the actions that will activate when the condition is met.
|
String |
description()
Get a description of this activity log alert.
|
Boolean |
enabled()
Get indicates whether this activity log alert is enabled.
|
Map<String,String> |
equalsConditions()
Get the condition that will cause this alert to activate.
|
Collection<String> |
scopes()
Get a list of resourceIds that will be used as prefixes.
|
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
Collection<String> scopes()
Boolean enabled()
Map<String,String> equalsConditions()
Collection<String> actionGroupIds()
String description()
Copyright © 2019. All rights reserved.