ApplicationPackageProperties interface
Properties of an application package
Properties
| format | The format of the application package, if the package is active. |
| last |
The time at which the package was last activated, if the package is active. |
| state | The current state of the application package. |
| storage |
The URL for the application package in Azure Storage. |
| storage |
The UTC time at which the Azure Storage URL will expire. |
Property Details
format
The format of the application package, if the package is active.
format?: string
Property Value
string
lastActivationTime
The time at which the package was last activated, if the package is active.
lastActivationTime?: Date
Property Value
Date
state
storageUrl
The URL for the application package in Azure Storage.
storageUrl?: string
Property Value
string
storageUrlExpiry
The UTC time at which the Azure Storage URL will expire.
storageUrlExpiry?: Date
Property Value
Date