GetApplicationResult

data class GetApplicationResult(val accountName: String, val allowUpdates: Boolean, val defaultVersion: String, val displayName: String, val id: String, val name: String, val resourceGroupName: String)

A collection of values returned by getApplication.

Constructors

Link copied to clipboard
constructor(accountName: String, allowUpdates: Boolean, defaultVersion: String, displayName: String, id: String, name: String, resourceGroupName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

May packages within the application be overwritten using the same version string.

Link copied to clipboard

The package to use if a client requests the application but does not specify a version.

Link copied to clipboard

The display name for the application.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Batch application name.

Link copied to clipboard