ParentT - the stage of the parent Batch account definition to return to after attaching this definitionpublic static interface Application.DefinitionStages.WithAttach<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<ParentT>, Application.DefinitionStages.WithApplicationPackage<ParentT>
At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition.
| Modifier and Type | Method and Description |
|---|---|
Application.DefinitionStages.WithAttach<ParentT> |
withAllowUpdates(boolean allowUpdates)
The stage of a Batch application definition allowing automatic application updates.
|
Application.DefinitionStages.WithAttach<ParentT> |
withDisplayName(String displayName)
Specifies a display name for the Batch application.
|
attachdefineNewApplicationPackageApplication.DefinitionStages.WithAttach<ParentT> withAllowUpdates(boolean allowUpdates)
allowUpdates - true to allow the automatic updates of application, otherwise falseApplication.DefinitionStages.WithAttach<ParentT> withDisplayName(String displayName)
displayName - a display name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/