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>,com.microsoft.azure.management.resources.fluentcore.model.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 com.microsoft.azure.management.resources.fluentcore.model.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Application.UpdateDefinitionStages.WithAttach<ParentT>withAllowUpdates(boolean allowUpdates)Allows automatic application updates.Application.UpdateDefinitionStages.WithAttach<ParentT>withDisplayName(String displayName)Specifies the display name for the Batch application.-
Methods inherited from interface com.microsoft.azure.management.batch.Application.UpdateDefinitionStages.WithApplicationPackage
defineNewApplicationPackage
-
-
-
-
Method Detail
-
withAllowUpdates
Application.UpdateDefinitionStages.WithAttach<ParentT> withAllowUpdates(boolean allowUpdates)
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
Application.UpdateDefinitionStages.WithAttach<ParentT> withDisplayName(String displayName)
Specifies the display name for the Batch application.- Parameters:
displayName- a display name for the application.- Returns:
- the next stage of the definition
-
-