Interface ActivityLogAlert.DefinitionStages
-
- Enclosing interface:
- ActivityLogAlert
public static interface ActivityLogAlert.DefinitionStagesGrouping of activity log alerts definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceActivityLogAlert.DefinitionStages.BlankThe first stage of a activity log alert definition.static interfaceActivityLogAlert.DefinitionStages.WithActionGroupThe stage of the definition which specifies actions that will be activated when the conditions are met in the activity log alert rules.static interfaceActivityLogAlert.DefinitionStages.WithAlertEnabledThe stage of the definition which specifies if the activity log alert should be enabled upon creation.static interfaceActivityLogAlert.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created but also allows for any other optional settings to be specified.static interfaceActivityLogAlert.DefinitionStages.WithCriteriaDefinitionThe stage of the definition which specifies condition that will cause this alert to activate.static interfaceActivityLogAlert.DefinitionStages.WithDescriptionThe stage of the definition which specifies description text for activity log alert.static interfaceActivityLogAlert.DefinitionStages.WithScopesThe stage of the definition which specifies target resource or subscription for activity log alert.
-