public static interface BatchAccount.UpdateStages.WithApplication
| Modifier and Type | Method and Description |
|---|---|
Application.UpdateDefinitionStages.Blank<BatchAccount.Update> |
defineNewApplication(String applicationId)
Specifies definition of an application to be created in a batch account.
|
Application.Update |
updateApplication(String applicationId)
Begins the description of an update of an existing application of this batch account.
|
BatchAccount.Update |
withoutApplication(String applicationId)
Deletes specified application from the batch account.
|
Application.UpdateDefinitionStages.Blank<BatchAccount.Update> defineNewApplication(String applicationId)
applicationId - the reference name for applicationApplication.Update updateApplication(String applicationId)
applicationId - the reference name for the application to be updatedBatchAccount.Update withoutApplication(String applicationId)
applicationId - the reference name for the application to be removed/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/