ApplicationPackage
Creates an application package record. The record contains the SAS where the package should be uploaded to. Once it is uploaded the ApplicationPackage needs to be activated using ApplicationPackageActive before it can be used.
put/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}
Path parameters
resourceGroupNamestring required
The name of the resource group that contains the Batch account.
accountNamestring required
The name of the Batch account.
applicationNamestring required
The name of the application. This must be unique within the account.
versionNamestring required
The version of the application.
subscriptionIdstring required
The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)
Query parameters
api-versionstring required
The API version to be used with the HTTP request.
Request body
Response
The operation was successful. The response contains the application package entity.