Get Application Package Result
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
Properties
Link copied to clipboard
The Azure API version 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 URL for the application package in Azure Storage.
Link copied to clipboard
The UTC time at which the Azure Storage URL will expire.