BatchApplicationOutput interface
Contains information about an application in an Azure Batch Account.
Properties
| display |
The display name for the application. |
| id | A string that uniquely identifies the application within the Account. |
| versions | The list of available versions of the application. |
Property Details
displayName
The display name for the application.
displayName: string
Property Value
string
id
A string that uniquely identifies the application within the Account.
id: string
Property Value
string
versions
The list of available versions of the application.
versions: string[]
Property Value
string[]