Application.UpdateDefinitionStages.WithAttach<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent Batch account update to return to after attaching this definition
public interface WithAttach extends Attachable.InUpdate,Application.UpdateDefinitionStages.WithApplicationPackage
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 Type | Method and Description |
---|---|
UpdateDefinitionStages.WithAttach<ParentT> |
withAllowUpdates(boolean allowUpdates)
Allows automatic application updates. |
UpdateDefinitionStages.WithAttach<ParentT> |
withDisplayName(String displayName)
Specifies the display name for the Batch application. |
Inherited Members
Method Details
withAllowUpdates
public UpdateDefinitionStages.WithAttach
Allows automatic application updates.
Parameters:
Returns:
withDisplayName
public UpdateDefinitionStages.WithAttach
Specifies the display name for the Batch application.
Parameters:
Returns:
Applies to
Azure SDK for Java