GetApplicationResult

data class GetApplicationResult(val allowUpdates: Boolean? = null, val defaultVersion: String? = null, val displayName: String? = null, val etag: String, val id: String, val name: String, val type: String)

Contains information about an application in a Batch account.

Constructors

Link copied to clipboard
constructor(allowUpdates: Boolean? = null, defaultVersion: String? = null, displayName: String? = null, etag: String, id: String, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowUpdates: Boolean? = null

A value indicating whether packages within the application may be overwritten using the same version string.

Link copied to clipboard
val defaultVersion: String? = null

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
val displayName: String? = null

The display name for the application.

Link copied to clipboard

The ETag of the resource, used for concurrency statements.

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The type of the resource.