ParentT - the return type of Attachable.InDefinition.attach()public 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 using Attachable.InDefinition.attach().
| Modifier and Type | Method and Description |
|---|---|
Application.DefinitionStages.WithAttach<ParentT> |
withAllowUpdates(boolean allowUpdates)
Allow automatic application updates.
|
Application.DefinitionStages.WithAttach<ParentT> |
withDisplayName(String displayName)
Specifies the display name for the 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 - the displayName value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/