Skip to main content

application

Overview

Nameapplication
TypeResource
Idazure.batch.application

Fields

NameDatatypeDescription
idstringThe ID of the resource.
namestringThe name of the resource.
etagstringThe ETag of the resource, used for concurrency statements.
propertiesobjectThe properties associated with the Application.
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, applicationName, resourceGroupName, subscriptionIdGets information about the specified application.
listSELECTaccountName, resourceGroupName, subscriptionIdLists all of the applications in the specified account.
createINSERTaccountName, applicationName, resourceGroupName, subscriptionIdAdds an application to the specified Batch account.
deleteDELETEaccountName, applicationName, resourceGroupName, subscriptionIdDeletes an application.
_listEXECaccountName, resourceGroupName, subscriptionIdLists all of the applications in the specified account.
updateEXECaccountName, applicationName, resourceGroupName, subscriptionIdUpdates settings for the specified application.