GetApplicationPackageResult

data class GetApplicationPackageResult(val azureApiVersion: String, val etag: String, val format: String, val id: String, val lastActivationTime: String, val name: String, val state: String, val storageUrl: String, val storageUrlExpiry: String, val tags: Map<String, String>? = null, val type: String)

An application package which represents a particular version of an application.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, etag: String, format: String, id: String, lastActivationTime: String, name: String, state: String, storageUrl: String, storageUrlExpiry: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The ETag of the resource, used for concurrency statements.

Link copied to clipboard

The format of the application package, if the package is active.

Link copied to clipboard
val id: String

The ID of the resource.

Link copied to clipboard

The time at which the package was last activated, if the package is active.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The current state of the application package.

Link copied to clipboard

The URL for the application package in Azure Storage.

Link copied to clipboard

The UTC time at which the Azure Storage URL will expire.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.