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