public static interface BatchAccount.UpdateStages.WithApplication
Modifier and Type | Method and Description |
---|---|
Application.UpdateDefinitionStages.Blank<BatchAccount.Update> |
defineNewApplication(String applicationId)
Starts a definition of an application to be created in the Batch account.
|
Application.Update |
updateApplication(String applicationId)
Begins the description of an update of an existing Batch application in this Batch account.
|
BatchAccount.Update |
withoutApplication(String applicationId)
Removes the specified application from the Batch account.
|
Application.UpdateDefinitionStages.Blank<BatchAccount.Update> defineNewApplication(String applicationId)
applicationId
- the reference name for the applicationApplication.Update updateApplication(String applicationId)
applicationId
- the reference name of the application to be updatedBatchAccount.Update withoutApplication(String applicationId)
applicationId
- the reference name for the application to be removedCopyright © 2019. All rights reserved.