BatchAccount.UpdateStages.WithApplication Interface
public static interface BatchAccount.UpdateStages.WithApplication
The stage of a Batch account definition allowing the creation of a Batch application.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Blank<Update> |
defineNewApplication(String applicationId)
Starts a definition of an application to be created in the Batch account. |
abstract Update |
updateApplication(String applicationId)
Begins the description of an update of an existing Batch application in this Batch account. |
abstract Update |
withoutApplication(String applicationId)
Removes the specified application from the Batch account. |
Method Details
defineNewApplication
public abstract Application.UpdateDefinitionStages.Blank
Starts a definition of an application to be created in the Batch account.
Parameters:
Returns:
updateApplication
public abstract Application.Update updateApplication(String applicationId)
Begins the description of an update of an existing Batch application in this Batch account.
Parameters:
Returns:
withoutApplication
public abstract BatchAccount.Update withoutApplication(String applicationId)
Removes the specified application from the Batch account.
Parameters:
Returns:
Applies to
Azure SDK for Java