Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationPackage

Package version

interface

An interface representing ApplicationPackage. An application package which represents a particular version of an application.

Hierarchy

  • ApplicationPackage

Index

Properties

Optional format

format: undefined | string
member

{string} [format] The format of the application package, if the package is active. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string
member

{string} [id] The ID of the application. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastActivationTime

lastActivationTime: Date
member

{Date} [lastActivationTime] The time at which the package was last activated, if the package is active. NOTE: This property will not be serialized. It can only be populated by the server.

Optional state

member

{PackageState} [state] The current state of the application package. Possible values include: 'Pending', 'Active', 'Unmapped' NOTE: This property will not be serialized. It can only be populated by the server.

Optional storageUrl

storageUrl: undefined | string
member

{string} [storageUrl] The URL for the application package in Azure Storage. NOTE: This property will not be serialized. It can only be populated by the server.

Optional storageUrlExpiry

storageUrlExpiry: Date
member

{Date} [storageUrlExpiry] The UTC time at which the Azure Storage URL will expire. NOTE: This property will not be serialized. It can only be populated by the server.

Optional version

version: undefined | string
member

{string} [version] The version of the application package. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc