ApplicationPackageProperties interface

應用程式套件的特性

屬性

format

如果封裝為使用中,則為應用程式封裝的格式。

lastActivationTime

如果封裝為使用中,則為上次啟動封裝的時間。

state

應用程式封裝的目前狀態。

storageUrl

Azure 記憶體中應用程式套件的 URL。

storageUrlExpiry

Azure 記憶體 URL 到期的 UTC 時間。

屬性詳細資料

format

如果封裝為使用中,則為應用程式封裝的格式。

format?: string

屬性值

string

lastActivationTime

如果封裝為使用中,則為上次啟動封裝的時間。

lastActivationTime?: Date

屬性值

Date

state

應用程式封裝的目前狀態。

state?: PackageState

屬性值

storageUrl

Azure 記憶體中應用程式套件的 URL。

storageUrl?: string

屬性值

string

storageUrlExpiry

Azure 記憶體 URL 到期的 UTC 時間。

storageUrlExpiry?: Date

屬性值

Date