public static interface ActionGroup.DefinitionStages.WithCreate extends com.microsoft.azure.management.resources.fluentcore.model.Creatable<ActionGroup>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<ActionGroup.DefinitionStages.WithCreate>
| Modifier and Type | Method and Description |
|---|---|
ActionGroup.ActionDefinition<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, createAsync, createAsynckeyActionGroup.ActionDefinition<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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/