Get Application Result
data class GetApplicationResult(val allowUpdates: Boolean? = null, val azureApiVersion: String, val defaultVersion: String? = null, val displayName: String? = null, val etag: String, val id: String, val name: String, val tags: Map<String, String>? = null, val type: String)
Contains information about an application in a Batch account.
Constructors
Properties
Link copied to clipboard
A value indicating whether packages within the application may be overwritten using the same version string.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The package to use if a client requests the application but does not specify a version. This property can only be set to the name of an existing package.
Link copied to clipboard
The display name for the application.