Interface ActionGroup.Definition<T>
- Type Parameters:
T- the next stage of the definition
- All Superinterfaces:
ActionGroup.ActionDefinition<T>, ActionGroup.DefinitionStages.Blank, ActionGroup.DefinitionStages.WithCreate, Creatable<ActionGroup>, GroupableResource.DefinitionStages.WithCreatableResourceGroup<ActionGroup.DefinitionStages.WithCreate>, GroupableResource.DefinitionStages.WithExistingResourceGroup<ActionGroup.DefinitionStages.WithCreate>, GroupableResource.DefinitionStages.WithGroupAndRegion<ActionGroup.DefinitionStages.WithCreate>, GroupableResource.DefinitionStages.WithNewResourceGroupWithRegion<ActionGroup.DefinitionStages.WithCreate>, HasName, Indexable, Resource.DefinitionWithTags<ActionGroup.DefinitionStages.WithCreate>
- Enclosing interface:
ActionGroup
public static interface ActionGroup.Definition<T>
extends ActionGroup.DefinitionStages.Blank, ActionGroup.ActionDefinition<T>, ActionGroup.DefinitionStages.WithCreate
The entirety of a Action Group definition.
-
Method Summary
Methods inherited from interface ActionGroup.ActionDefinition
attach, withAutomationRunbook, withAzureFunction, withEmail, withItsm, withLogicApp, withPushNotification, withSms, withVoice, withWebhookMethods inherited from interface ActionGroup.DefinitionStages.WithCreate
defineReceiver, withShortNameMethods inherited from interface Creatable
create, create, createAsync, createAsyncMethods inherited from interface GroupableResource.DefinitionStages.WithCreatableResourceGroup
withNewResourceGroupMethods inherited from interface GroupableResource.DefinitionStages.WithExistingResourceGroup
withExistingResourceGroup, withExistingResourceGroupMethods inherited from interface GroupableResource.DefinitionStages.WithNewResourceGroupWithRegion
withNewResourceGroup, withNewResourceGroupMethods inherited from interface Resource.DefinitionWithTags
withTag, withTags