ApplicationPackage interface

An application package which represents a particular version of an application.

Extends

Properties

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.

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.

state

The current state of the application package. NOTE: This property will not be serialized. It can only be populated by the server.

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.

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.

Inherited Properties

etag

The ETag of the resource, used for concurrency statements. NOTE: This property will not be serialized. It can only be populated by the server.

id

The ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

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.

format?: string

Property Value

string

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.

lastActivationTime?: Date

Property Value

Date

state

The current state of the application package. NOTE: This property will not be serialized. It can only be populated by the server.

state?: PackageState

Property Value

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.

storageUrl?: string

Property Value

string

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.

storageUrlExpiry?: Date

Property Value

Date

Inherited Property Details

etag

The ETag of the resource, used for concurrency statements. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

Inherited From ProxyResource.etag

id

The ID of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResource.name

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResource.type