Interface Application.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent Batch account definition to return to after attaching this definition
- All Superinterfaces:
Application.DefinitionStages.Blank<ParentT>,Application.DefinitionStages.WithApplicationPackage<ParentT>,Application.DefinitionStages.WithAttach<ParentT>,com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<ParentT>
- Enclosing interface:
- Application
public static interface Application.Definition<ParentT> extends Application.DefinitionStages.Blank<ParentT>, Application.DefinitionStages.WithAttach<ParentT>
The entirety of a Batch application definition as a part of a Batch account definition.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.batch.Application.DefinitionStages.WithApplicationPackage
defineNewApplicationPackage
-
Methods inherited from interface com.microsoft.azure.management.batch.Application.DefinitionStages.WithAttach
withAllowUpdates, withDisplayName
-
-