public static interface ActionGroup.DefinitionStages.WithCreate extends Creatable<ActionGroup>, Resource.DefinitionWithTags<ActionGroup.DefinitionStages.WithCreate>
| Modifier and Type | Method and Description |
|---|---|
ActionGroup.ActionDefinition<? extends ActionGroup.DefinitionStages.WithCreate> |
defineReceiver(String actionNamePrefix)
Begins the definition of Action Group receivers with the specified name prefix.
|
ActionGroup.DefinitionStages.WithCreate |
withShortName(String shortName)
Sets the short name of the action group.
|
create, createAsyncnamewithTag, withTagsActionGroup.ActionDefinition<? extends ActionGroup.DefinitionStages.WithCreate> defineReceiver(String actionNamePrefix)
actionNamePrefix - prefix for each receiver name.ActionGroup.DefinitionStages.WithCreate withShortName(String shortName)
shortName - short name of the action group. Cannot exceed 12 symbols.Copyright © 2020 Microsoft Corporation. All rights reserved.