Application.DefinitionStages.WithAttach<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent Batch account definition to return to after attaching this definition
public interface WithAttach extends Attachable.InDefinition,Application.DefinitionStages.WithApplicationPackage
The final stage of the application definition.
At this stage, any remaining optional settings can be specified, or the application definition can be attached to the parent batch account definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
DefinitionStages.WithAttach<ParentT> |
withAllowUpdates(boolean allowUpdates)
The stage of a Batch application definition allowing automatic application updates. |
DefinitionStages.WithAttach<ParentT> |
withDisplayName(String displayName)
Specifies a display name for the Batch application. |
Inherited Members
Method Details
withAllowUpdates
public DefinitionStages.WithAttach
The stage of a Batch application definition allowing automatic application updates.
Parameters:
Returns:
withDisplayName
public DefinitionStages.WithAttach
Specifies a display name for the Batch application.
Parameters:
Returns:
Applies to
Azure SDK for Java