public static interface Application.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
Application.DefinitionStages.Blank<ParentT>
The first stage of a batch application definition.
|
static interface |
Application.DefinitionStages.WithApplicationPackage<ParentT>
The stage of a Batch application definition that allows the creation of an application package.
|
static interface |
Application.DefinitionStages.WithAttach<ParentT>
The final stage of the application definition.
|
Copyright © 2019. All rights reserved.