Share via


ApplicationPackageProperties interface

Properties of an application package

Properties

format

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

lastActivationTime

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

state

The current state of the application package.

storageUrl

The URL for the application package in Azure Storage.

storageUrlExpiry

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

The current state of the application package.

state?: PackageState

Property Value

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