Interface Application.DefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT
- the stage of the parent Batch account definition to return to after attaching this definition
- All Superinterfaces:
Application.DefinitionStages.WithApplicationPackage<ParentT>
,Attachable.InDefinition<ParentT>
- All Known Subinterfaces:
Application.Definition<ParentT>
,Application.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- Application.DefinitionStages
public static interface Application.DefinitionStages.WithAttach<ParentT>
extends Attachable.InDefinition<ParentT>, Application.DefinitionStages.WithApplicationPackage<ParentT>
The final stage of the application definition.
At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithAllowUpdates
(boolean allowUpdates) The stage of a Batch application definition allowing automatic application updates.withDisplayName
(String displayName) Specifies a display name for the Batch application.Methods inherited from interface com.microsoft.azure.management.batch.Application.DefinitionStages.WithApplicationPackage
defineNewApplicationPackage
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
-
Method Details
-
withAllowUpdates
The stage of a Batch application definition allowing automatic application updates.- Parameters:
allowUpdates
- true to allow the automatic updates of application, otherwise false- Returns:
- the next stage of the definition
-
withDisplayName
Specifies a display name for the Batch application.- Parameters:
displayName
- a display name- Returns:
- the next stage of the definition
-