Application.UpdateDefinitionStages.WithAttach<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.
public interface WithAttach<ParentT> extends Attachable<ParentT>.InUpdate,Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>
类型参数
- ParentT
the stage of the parent Batch account update to return to after attaching this definition
继承成员
Attachable.InUpdate<ParentT>.attach()
Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>.defineNewApplicationPackage(String version)
方法
withAllowUpdates(boolean allowUpdates) |
Allows automatic application updates.
|
withDisplayName(String displayName) |
Specifies the display name for the Batch application.
|