Interface ActionGroup.DefinitionStages.WithCreate
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Creatable<ActionGroup>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasName,com.microsoft.azure.management.resources.fluentcore.model.Indexable,com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<ActionGroup.DefinitionStages.WithCreate>
- All Known Subinterfaces:
ActionGroup.Definition
- Enclosing interface:
- ActionGroup.DefinitionStages
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>
The 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionGroup.ActionDefinition<ActionGroup.DefinitionStages.WithCreate>defineReceiver(String actionNamePrefix)Begins the definition of Action Group receivers with the specified name prefix.ActionGroup.DefinitionStages.WithCreatewithShortName(String shortName)Sets the short name of the action group.-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
-
-
-
Method Detail
-
defineReceiver
ActionGroup.ActionDefinition<ActionGroup.DefinitionStages.WithCreate> defineReceiver(String actionNamePrefix)
Begins the definition of Action Group receivers with the specified name prefix.- Parameters:
actionNamePrefix- prefix for each receiver name.- Returns:
- the next stage of the definition
-
withShortName
ActionGroup.DefinitionStages.WithCreate withShortName(String shortName)
Sets the short name of the action group. This will be used in SMS messages. Maximum length cannot exceed 12 symbols.- Parameters:
shortName- short name of the action group. Cannot exceed 12 symbols.- Returns:
- the next stage of the definition
-
-