ParentT - the return type of Attachable.InDefinition.attach()public static interface Application.UpdateDefinitionStages.WithAttach<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate<ParentT>, Application.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAttach<ParentT> |
withAllowUpdates(boolean allowUpdates)
Allow automatic application updates.
|
Application.UpdateDefinitionStages.WithAttach<ParentT> |
withDisplayName(String displayName)
Specifies the display name for the application.
|
attachdefineNewApplicationPackageApplication.UpdateDefinitionStages.WithAttach<ParentT> withAllowUpdates(boolean allowUpdates)
allowUpdates - true to allow the automatic updates of application, otherwise falseApplication.UpdateDefinitionStages.WithAttach<ParentT> withDisplayName(String displayName)
displayName - display name for the application./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/